Home
last modified time | relevance | path

Searched defs:ReadUint32 (Results 1 – 9 of 9) sorted by relevance

/external/openthread/src/core/common/
Dencoding.hpp174 inline uint32_t ReadUint32(const uint8_t *aBuffer) in ReadUint32() function
371 inline uint32_t ReadUint32(const uint8_t *aBuffer) in ReadUint32() function
/external/pigweed/pw_protobuf/
Ddecoder.cc59 Status Decoder::ReadUint32(uint32_t* out) { in ReadUint32() function in pw::protobuf::Decoder
/external/pigweed/pw_protobuf/public/pw_protobuf/
Ddecoder.h238 Status ReadUint32(uint32_t* out) { return decoder_.ReadUint32(out); } in ReadUint32() function
Dstream_decoder.h182 Result<uint32_t> ReadUint32() { in ReadUint32() function
/external/openthread/src/lib/spinel/
Dspinel_decoder.cpp145 otError Decoder::ReadUint32(uint32_t &aUint32) in ReadUint32() function in ot::Spinel::Decoder
/external/armnn/profiling/common/src/
DCommonProfilingUtils.cpp47 uint32_t ReadUint32(const unsigned char* buffer, unsigned int offset) in ReadUint32() function
/external/armnn/profiling/client/src/
DProfilingUtils.cpp90 uint32_t ReadUint32(const IPacketBufferPtr& packetBuffer, unsigned int offset) in ReadUint32() function
/external/webrtc/test/
Drtp_file_reader.cc39 bool ReadUint32(uint32_t* out, FILE* file) { in ReadUint32() function
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_config.cc33 QuicErrorCode ReadUint32(const CryptoHandshakeMessage& msg, QuicTag tag, in ReadUint32() function