Searched refs:GetVarint64 (Results 1 – 10 of 10) sorted by relevance
| /rocksdb-6.9/db/ |
| D | version_edit.cc | 347 GetVarint64(input, &smallest_seqno) && in DecodeNewFile4From() 348 GetVarint64(input, &largest_seqno)) { in DecodeNewFile4From() 455 if (GetVarint64(&input, &log_number_)) { in DecodeFrom() 463 if (GetVarint64(&input, &prev_log_number_)) { in DecodeFrom() 495 if (GetVarint64(&input, &last_sequence_)) { in DecodeFrom() 531 GetVarint64(&input, &file_size) && in DecodeFrom() 549 GetVarint64(&input, &file_size) && in DecodeFrom() 552 GetVarint64(&input, &smallest_seqno) && in DecodeFrom() 553 GetVarint64(&input, &largest_seqno)) { in DecodeFrom() 575 GetVarint64(&input, &smallest_seqno) && in DecodeFrom() [all …]
|
| D | table_properties_collector.cc | 27 return GetVarint64(&raw, &val) ? val : 0; in GetUint64Property()
|
| /rocksdb-6.9/db/blob/ |
| D | blob_index.h | 97 if (!GetVarint64(&slice, &expiration_)) { in DecodeFrom() 104 if (GetVarint64(&slice, &file_number_) && GetVarint64(&slice, &offset_) && in DecodeFrom() 105 GetVarint64(&slice, &size_) && slice.size() == 1) { in DecodeFrom()
|
| D | blob_file_garbage.cc | 51 if (!GetVarint64(input, &blob_file_number_)) { in DecodeFrom() 55 if (!GetVarint64(input, &garbage_blob_count_)) { in DecodeFrom() 59 if (!GetVarint64(input, &garbage_blob_bytes_)) { in DecodeFrom()
|
| D | blob_file_addition.cc | 53 if (!GetVarint64(input, &blob_file_number_)) { in DecodeFrom() 57 if (!GetVarint64(input, &total_blob_count_)) { in DecodeFrom() 61 if (!GetVarint64(input, &total_blob_bytes_)) { in DecodeFrom()
|
| /rocksdb-6.9/table/ |
| D | format.cc | 58 if (GetVarint64(input, &offset_) && GetVarint64(input, &size_)) { in DecodeFrom() 69 if (GetVarint64(input, &size_)) { in DecodeSizeFrom()
|
| D | meta_blocks.cc | 305 if (!GetVarint64(&raw_val, &val)) { in ReadProperties()
|
| /rocksdb-6.9/util/ |
| D | coding.h | 62 extern bool GetVarint64(Slice* input, uint64_t* value); 381 inline bool GetVarint64(Slice* input, uint64_t* value) { in GetVarint64() function
|
| /rocksdb-6.9/trace_replay/ |
| D | block_cache_tracer.cc | 95 if (GetVarint64(&input, &tmp)) { in GetBlockOffsetInFile()
|
| /rocksdb-6.9/env/ |
| D | env_test.cc | 736 if (!GetVarint64(&slice, &v)) { in IsSingleVarint()
|