Home
last modified time | relevance | path

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

/external/pigweed/pw_protobuf/
Ddecoder.cc56 Status Decoder::ReadUint32(uint32_t* out) { in ReadUint32() function in pw::protobuf::Decoder
/external/pigweed/pw_protobuf/public/pw_protobuf/
Ddecoder.h233 Status ReadUint32(uint32_t* out) { return decoder_.ReadUint32(out); } in ReadUint32() function
/external/webrtc/test/
Drtp_file_reader.cc41 bool ReadUint32(uint32_t* out, FILE* file) { in ReadUint32() function