Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dwire_format_lite.h462 static inline int Int32Size ( int32 value);
Ddescriptor.pb.cc1539 Int32Size(this->public_dependency(i)); in ByteSize()
1549 Int32Size(this->weak_dependency(i)); in ByteSize()
1879 ::google::protobuf::internal::WireFormatLite::Int32Size( in ByteSize()
1886 ::google::protobuf::internal::WireFormatLite::Int32Size( in ByteSize()
3051 ::google::protobuf::internal::WireFormatLite::Int32Size( in ByteSize()
3091 ::google::protobuf::internal::WireFormatLite::Int32Size( in ByteSize()
4025 ::google::protobuf::internal::WireFormatLite::Int32Size( in ByteSize()
8844 Int32Size(this->path(i)); in ByteSize()
8848 ::google::protobuf::internal::WireFormatLite::Int32Size(data_size); in ByteSize()
8861 Int32Size(this->span(i)); in ByteSize()
[all …]
Dwire_format_lite_inl.h799 inline int WireFormatLite::Int32Size(int32 value) { in Int32Size() function