Searched refs:DecodeFixed64 (Results 1 – 9 of 9) sorted by relevance
77 actual = DecodeFixed64(p); in TEST()81 actual = DecodeFixed64(p); in TEST()85 actual = DecodeFixed64(p); in TEST()
147 const uint64 length = core::DecodeFixed64(record.data()); in GetMetadata()194 const uint64 length = core::DecodeFixed64(record->data()); in ReadRecord()225 const uint64 length = core::DecodeFixed64(record.data()); in SkipRecords()
55 inline uint64 DecodeFixed64(const char* ptr) { in DecodeFixed64() function
86 uint64 k = core::DecodeFixed64(data); in Hash64()
200 func (p *Buffer) DecodeFixed64() (x uint64, err error) { func
570 u, err = p.DecodeFixed64()
643 x, err = b.DecodeFixed64()
244 x, e = o.DecodeFixed64()
829 uint64 length = core::DecodeFixed64(header.data()); in ReadRecord()837 uint64 length = core::DecodeFixed64(header.data()); in ReadRecord()