Searched refs:DecodeFixed64 (Results 1 – 15 of 15) sorted by relevance
180 return DecodeFixed64(internal_key.data() + n - 8); in ExtractInternalKeyFooter()299 uint64_t num = DecodeFixed64(internal_key.data() + n - 8); in ParseInternalKey()324 uint64_t num = DecodeFixed64(internal_key.data() + n - 8); in GetInternalKeySeqno()648 const uint64_t anum = DecodeFixed64(akey.data() + akey.size() - 8); in Compare()649 const uint64_t bnum = DecodeFixed64(bkey.data() + bkey.size() - 8); in Compare()667 const uint64_t anum = DecodeFixed64(akey.data() + akey.size() - 8) >> 8; in CompareKeySeq()668 const uint64_t bnum = DecodeFixed64(bkey.data() + bkey.size() - 8) >> 8; in CompareKeySeq()
653 const uint64_t tag = DecodeFixed64(key_ptr + key_length - 8); in SaveValue()965 const uint64_t tag = DecodeFixed64(key_ptr + key_length - 8); in Update()1024 const uint64_t tag = DecodeFixed64(key_ptr + key_length - 8); in UpdateCallback()1097 const uint64_t tag = DecodeFixed64(iter_key_ptr + key_length - 8); in CountSuccessiveMergeEntries()
178 *value = DecodeFixed64(&str[0]); in get()394 uint64_t get_value = DecodeFixed64(&get_value_str[0]); in testSingleBatchSuccessiveMerge()
267 uint64_t ivalue = DecodeFixed64(Slice(value).data()); in TEST_F()
78 return TestKey(DecodeFixed64(slice.data()), in SliceToTestKey()79 DecodeFixed64(slice.data() + 8)); in SliceToTestKey()
425 file_to_ingest->original_seqno = DecodeFixed64(seqno_iter->second.c_str()); in GetIngestedFileInfo()
744 return SequenceNumber(DecodeFixed64(b->rep_.data())); in Sequence()
58 actual = DecodeFixed64(p); in TEST()62 actual = DecodeFixed64(p); in TEST()66 actual = DecodeFixed64(p); in TEST()
137 inline uint64_t DecodeFixed64(const char* ptr) { in DecodeFixed64() function346 *value = DecodeFixed64(input->data()); in GetFixed64()
325 return DecodeFixed64(reinterpret_cast<const char*>(p)); in LE_LOAD64()
48 result = DecodeFixed64(value.data()); in DecodeInteger()
503 return num_ == DecodeFixed64(value.data()); in Filter()513 return num_ == DecodeFixed64(value.data()); in FilterMergeOperand()
851 initialCounter = DecodeFixed64(prefix); in decodeCTRParameters()
516 global_seqno = DecodeFixed64(seqno_pos->second.c_str()); in GetGlobalSequenceNumber()
4103 global_seqno = DecodeFixed64( in TEST_P()