Searched refs:ReadInternalKey (Results 1 – 2 of 2) sorted by relevance
| /rocksdb-6.9/table/plain/ |
| D | plain_table_key_coding.cc | 260 Status PlainTableKeyDecoder::ReadInternalKey( in ReadInternalKey() function in ROCKSDB_NAMESPACE::PlainTableKeyDecoder 314 s = ReadInternalKey(start_offset + *bytes_read, user_key_size, parsed_key, in NextPlainEncodingKey() 365 s = ReadInternalKey(start_offset + *bytes_read, size, parsed_key, in NextPrefixEncodingKey() 412 s = ReadInternalKey(start_offset + *bytes_read, size, parsed_key, in NextPrefixEncodingKey()
|
| D | plain_table_key_coding.h | 184 Status ReadInternalKey(uint32_t file_offset, uint32_t user_key_size,
|