Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc377 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
385 total_size += ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
718 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
725 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
732 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
995 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc1245 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
1252 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
1267 total_size += ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
1987 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
2640 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
2666 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
2673 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
2680 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
3007 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
3322 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
[all …]
Dwire_format_lite.h466 static inline int StringSize(const string& value);
Dwire_format_lite_inl.h715 inline int WireFormatLite::StringSize(const string& value) { in StringSize() function
Dwire_format.cc1017 data_size += WireFormatLite::StringSize(value); in FieldDataOnlyByteSize()