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.cc1497 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
1504 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
1528 total_size += ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
2340 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
3042 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
3068 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
3075 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
3082 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
3378 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
3685 ::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()