Searched defs:ReadUint32 (Results 1 – 6 of 6) sorted by relevance
44 uint32_t ReadUint32(const unsigned char* buffer, unsigned int offset) in ReadUint32() function
59 Status Decoder::ReadUint32(uint32_t* out) { in ReadUint32() function in pw::protobuf::Decoder
240 Status ReadUint32(uint32_t* out) { return decoder_.ReadUint32(out); } in ReadUint32() function
182 Result<uint32_t> ReadUint32() { in ReadUint32() function
181 uint32_t ReadUint32(const IPacketBufferPtr& packetBuffer, unsigned int offset) in ReadUint32() function212 uint32_t ReadUint32(const unsigned char* buffer, unsigned int offset) in ReadUint32() function
41 bool ReadUint32(uint32_t* out, FILE* file) { in ReadUint32() function