Home
last modified time | relevance | path

Searched defs:ReadUint64 (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/pigweed/pw_protobuf/public/pw_protobuf/
H A Ddecoder.h92 Status ReadUint64(uint64_t* out) { return ReadVarint(out); } in ReadUint64() function
275 Status ReadUint64(uint64_t* out) { return decoder_.ReadUint64(out); } in ReadUint64() function
H A Dstream_decoder.h227 Result<uint64_t> ReadUint64() { in ReadUint64() function
/aosp_15_r20/external/openthread/src/core/common/
H A Dencoding.hpp165 inline uint64_t ReadUint64(const uint8_t *aBuffer) in ReadUint64() function
348 inline uint64_t ReadUint64(const uint8_t *aBuffer) in ReadUint64() function
/aosp_15_r20/frameworks/libs/binary_translation/tools/nogrod/
Dbyte_input_stream.cc68 uint64_t ByteInputStream::ReadUint64() { in ReadUint64() function in nogrod::ByteInputStream
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/coverage/slicereader/
Dslicereader.go87 func (r *Reader) ReadUint64() uint64 { func
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/cryptobyte/
Dstring.go97 func (s *String) ReadUint64(out *uint64) bool { func
/aosp_15_r20/external/perfetto/src/trace_processor/importers/fuchsia/
H A Dfuchsia_trace_utils.cc154 bool RecordCursor::ReadUint64(uint64_t* out) { in ReadUint64() function in perfetto::trace_processor::fuchsia_trace_utils::RecordCursor
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/
H A Dparser.cc136 bool Parser::ReadUint64(uint64_t *out) { in ReadUint64() function in bssl::der::Parser
/aosp_15_r20/external/armnn/profiling/common/src/
H A DCommonProfilingUtils.cpp30 uint64_t ReadUint64(const unsigned char* buffer, unsigned int offset) in ReadUint64() function
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dspinel_decoder.cpp172 otError Decoder::ReadUint64(uint64_t &aUint64) in ReadUint64() function in ot::Spinel::Decoder
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Ddouble-conversion-strtod.cpp165 static uint64_t ReadUint64(Vector<const char> buffer, in ReadUint64() function
/aosp_15_r20/external/double-conversion/double-conversion/
H A Dstrtod.cc151 static uint64_t ReadUint64(Vector<const char> buffer, in ReadUint64() function
/aosp_15_r20/external/cronet/base/third_party/double_conversion/double-conversion/
H A Dstrtod.cc151 static uint64_t ReadUint64(Vector<const char> buffer, in ReadUint64() function
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Ddouble-conversion-strtod.cpp165 static uint64_t ReadUint64(Vector<const char> buffer, in ReadUint64() function
/aosp_15_r20/external/armnn/profiling/client/src/
H A DProfilingUtils.cpp83 uint64_t ReadUint64(const IPacketBufferPtr& packetBuffer, unsigned int offset) in ReadUint64() function