Home
last modified time | relevance | path

Searched refs:Encode32 (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.h756 return WriteVarintPacked(num, r, size, ptr, Encode32); in WriteUInt32Packed()
890 static uint32 Encode32(uint32 v) { return v; } in Encode32() function