Searched refs:mid_key (Results 1 – 2 of 2) sorted by relevance
454 ParsedInternalKey mid_key; in GetOffset() local465 Status s = decoder->NextKeyNoValue(file_offset, &mid_key, nullptr, &tmp); in GetOffset()469 int cmp_result = internal_comparator_.Compare(mid_key, parsed_target); in GetOffset()
681 Slice mid_key(key_ptr, non_shared); in BinarySeek() local682 int cmp = comp->Compare(mid_key, target); in BinarySeek()