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.cc404 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
412 total_size += ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
765 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
772 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
779 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
1059 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc1499 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
1506 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
1530 total_size += ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
2342 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
3044 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
3070 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
3077 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
3084 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
3380 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
3687 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
[all …]
Dwire_format_lite.h479 static inline int StringSize(const string& value);
Dwire_format_lite_inl.h821 inline int WireFormatLite::StringSize(const string& value) { in StringSize() function
Dwire_format.cc1043 data_size += WireFormatLite::StringSize(value); in FieldDataOnlyByteSize()