Searched defs:ReadUint32 (Results 1 – 3 of 3) sorted by relevance
56 Status Decoder::ReadUint32(uint32_t* out) { in ReadUint32() function in pw::protobuf::Decoder
233 Status ReadUint32(uint32_t* out) { return decoder_.ReadUint32(out); } in ReadUint32() function
41 bool ReadUint32(uint32_t* out, FILE* file) { in ReadUint32() function