File tree 2 files changed +2
-3
lines changed
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> {
62
62
size_t Hash () const ;
63
63
64
64
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);
67
66
68
67
private:
69
68
int32_t index_id_;
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ class LevelDbIndexManager : public IndexManager {
65
65
absl::optional<model::FieldIndex> GetFieldIndex (core::Target target) override ;
66
66
67
67
absl::optional<std::vector<model::DocumentKey>> GetDocumentsMatchingTarget (
68
- model::FieldIndex fieldIndex , core::Target target) override ;
68
+ model::FieldIndex field_index , core::Target target) override ;
69
69
70
70
absl::optional<std::string> GetNextCollectionGroupToUpdate () override ;
71
71
You can’t perform that action at this time.
0 commit comments