Searched defs:ReadUint64 (Results 1 – 12 of 12) sorted by relevance
90 Status ReadUint64(uint64_t* out) { return ReadVarint(out); } in ReadUint64() function244 Status ReadUint64(uint64_t* out) { return decoder_.ReadUint64(out); } in ReadUint64() function
227 Result<uint64_t> ReadUint64() { in ReadUint64() function
202 inline uint64_t ReadUint64(const uint8_t *aBuffer) in ReadUint64() function385 inline uint64_t ReadUint64(const uint8_t *aBuffer) in ReadUint64() function
154 bool RecordCursor::ReadUint64(uint64_t* out) { in ReadUint64() function in perfetto::trace_processor::fuchsia_trace_utils::RecordCursor
135 bool Parser::ReadUint64(uint64_t* out) { in ReadUint64() function in net::der::Parser
172 otError Decoder::ReadUint64(uint64_t &aUint64) in ReadUint64() function in ot::Spinel::Decoder
30 uint64_t ReadUint64(const unsigned char* buffer, unsigned int offset) in ReadUint64() function
151 static uint64_t ReadUint64(Vector<const char> buffer, in ReadUint64() function
165 static uint64_t ReadUint64(Vector<const char> buffer, in ReadUint64() function
83 uint64_t ReadUint64(const IPacketBufferPtr& packetBuffer, unsigned int offset) in ReadUint64() function