Lines Matching refs:Entry
43 struct Entry { struct
52 bool operator<(const Entry& e) const { in operator <() argument
59 std::vector<Entry> entries;
134 Entry& e = data->entries[idx]; in MaybeMutate()
155 Entry& e = data->entries[idx]; in MaybeMutate()
201 [&](const Entry& e) { return cmp.Compare(e.ikey, target) < 0; }); in Seek()
213 [&](const Entry& e) { return cmp.Compare(e.ikey, target) <= 0; }); in SeekForPrev()
272 [&](const Entry& e) { in FindNextKey()
301 [&](const Entry& e) { in FindValueForCurrentKey()
313 Entry& e = *it; in FindValueForCurrentKey()
334 Entry& e = *it; in FindValueForCurrentKey()
459 Entry e; in TEST_F()
480 Entry& e = data.entries[i]; in TEST_F()