Searched refs:entry1 (Results 1 – 3 of 3) sorted by relevance
103 const WriteBatchIndexEntry* entry1, in operator ()() argument105 if (entry1->column_family > entry2->column_family) { in operator ()()107 } else if (entry1->column_family < entry2->column_family) { in operator ()()112 if (entry1->is_min_in_cf()) { in operator ()()119 if (entry1->search_key == nullptr) { in operator ()()120 key1 = Slice(write_batch_->Data().data() + entry1->key_offset, in operator ()()121 entry1->key_size); in operator ()()123 key1 = *(entry1->search_key); in operator ()()132 int cmp = CompareKey(entry1->column_family, key1, key2); in operator ()()135 } else if (entry1->offset > entry2->offset) { in operator ()()[all …]
103 int operator()(const WriteBatchIndexEntry* entry1,
34 final long ptrs[] = entry1(nativeHandle_); in entry()55 private native long[] entry1(final long handle); in entry1() method in WBWIRocksIterator