Searched defs:ReadUint64 (Results 1 – 6 of 6) sorted by relevance
90 Status ReadUint64(uint64_t* out) { return ReadVarint(out); } in ReadUint64() function246 Status ReadUint64(uint64_t* out) { return decoder_.ReadUint64(out); } in ReadUint64() function
227 Result<uint64_t> ReadUint64() { in ReadUint64() function
152 bool RecordCursor::ReadUint64(uint64_t* out) { in ReadUint64() function in perfetto::trace_processor::fuchsia_trace_utils::RecordCursor
27 uint64_t ReadUint64(const unsigned char* buffer, unsigned int offset) in ReadUint64() function
174 uint64_t ReadUint64(const IPacketBufferPtr& packetBuffer, unsigned int offset) in ReadUint64() function207 uint64_t ReadUint64(const unsigned char* buffer, unsigned int offset) in ReadUint64() function
165 static uint64_t ReadUint64(Vector<const char> buffer, in ReadUint64() function