Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwire_format_lite_inl.h851 return LengthDelimitedSize(value.ByteSize()); in MessageSize()
864 return LengthDelimitedSize( in MessageSizeNoVirtual()
868 inline int WireFormatLite::LengthDelimitedSize(int length) { in LengthDelimitedSize() function
Dwire_format_lite.h546 static inline int LengthDelimitedSize(int length);
Dmap_type_handler.h325 return WireFormatLite::LengthDelimitedSize(value.GetCachedSize());