Searched defs:VarintSize32 (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h600 // CodedOutputStream::VarintSize32(strlen(text)) +
722 static int VarintSize32(uint32 value);
726 // If negative, 10 bytes. Otheriwse, same as VarintSize32().
729 // Compile-time equivalent of VarintSize32().
1087 inline int CodedOutputStream::VarintSize32(uint32 value) { function in class:google::protobuf::io::CodedOutputStream
1099 return VarintSize32(static_cast<uint32>(value));

Completed in 65 milliseconds