/aosp_15_r20/external/pigweed/pw_protobuf/public/pw_protobuf/ |
H A D | decoder.h | 92 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 D | stream_decoder.h | 227 Result<uint64_t> ReadUint64() { in ReadUint64() function
|
/aosp_15_r20/external/openthread/src/core/common/ |
H A D | encoding.hpp | 165 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/ |
D | byte_input_stream.cc | 68 uint64_t ByteInputStream::ReadUint64() { in ReadUint64() function in nogrod::ByteInputStream
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/coverage/slicereader/ |
D | slicereader.go | 87 func (r *Reader) ReadUint64() uint64 { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/cryptobyte/ |
D | string.go | 97 func (s *String) ReadUint64(out *uint64) bool { func
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/fuchsia/ |
H A D | fuchsia_trace_utils.cc | 154 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 D | parser.cc | 136 bool Parser::ReadUint64(uint64_t *out) { in ReadUint64() function in bssl::der::Parser
|
/aosp_15_r20/external/armnn/profiling/common/src/ |
H A D | CommonProfilingUtils.cpp | 30 uint64_t ReadUint64(const unsigned char* buffer, unsigned int offset) in ReadUint64() function
|
/aosp_15_r20/external/openthread/src/lib/spinel/ |
H A D | spinel_decoder.cpp | 172 otError Decoder::ReadUint64(uint64_t &aUint64) in ReadUint64() function in ot::Spinel::Decoder
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | double-conversion-strtod.cpp | 165 static uint64_t ReadUint64(Vector<const char> buffer, in ReadUint64() function
|
/aosp_15_r20/external/double-conversion/double-conversion/ |
H A D | strtod.cc | 151 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 D | strtod.cc | 151 static uint64_t ReadUint64(Vector<const char> buffer, in ReadUint64() function
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | double-conversion-strtod.cpp | 165 static uint64_t ReadUint64(Vector<const char> buffer, in ReadUint64() function
|
/aosp_15_r20/external/armnn/profiling/client/src/ |
H A D | ProfilingUtils.cpp | 83 uint64_t ReadUint64(const IPacketBufferPtr& packetBuffer, unsigned int offset) in ReadUint64() function
|