Home
last modified time | relevance | path

Searched defs:ReadFixed32 (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_protobuf/public/pw_protobuf/
Ddecoder.h95 Status ReadFixed32(uint32_t* out) { return ReadFixed(out); } in ReadFixed32() function
251 Status ReadFixed32(uint32_t* out) { return decoder_.ReadFixed32(out); } in ReadFixed32() function
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs544 public uint ReadFixed32() in ReadFixed32() method in Google.Protobuf.CodedInputStream