Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dwire_format_lite.h483 static inline int MessageSize(const MessageLite& value);
Dwire_format_lite_inl.h834 inline int WireFormatLite::MessageSize(const MessageLite& value) { in MessageSize() function
Dextension_set.cc1509 result += WireFormatLite::MessageSize(*message_value); in ByteSize()