File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,7 @@ class IndexEntry : public util::Comparable<IndexEntry> {
6262 size_t Hash () const ;
6363
6464 std::string ToString () const ;
65- friend std::ostream& operator <<(std::ostream& out,
66- const IndexEntry& database_id);
65+ friend std::ostream& operator <<(std::ostream& out, const IndexEntry& entry);
6766
6867 private:
6968 int32_t index_id_;
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ class LevelDbIndexManager : public IndexManager {
6565 absl::optional<model::FieldIndex> GetFieldIndex (core::Target target) override ;
6666
6767 absl::optional<std::vector<model::DocumentKey>> GetDocumentsMatchingTarget (
68- model::FieldIndex fieldIndex , core::Target target) override ;
68+ model::FieldIndex field_index , core::Target target) override ;
6969
7070 absl::optional<std::string> GetNextCollectionGroupToUpdate () override ;
7171
You can’t perform that action at this time.
0 commit comments