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.cc1537 Int32Size(this->public_dependency(i)); in ByteSize()
1547 Int32Size(this->weak_dependency(i)); in ByteSize()
1877 ::google::protobuf::internal::WireFormatLite::Int32Size( in ByteSize()
1884 ::google::protobuf::internal::WireFormatLite::Int32Size( in ByteSize()
3049 ::google::protobuf::internal::WireFormatLite::Int32Size( in ByteSize()
3089 ::google::protobuf::internal::WireFormatLite::Int32Size( in ByteSize()
4023 ::google::protobuf::internal::WireFormatLite::Int32Size( in ByteSize()
8806 Int32Size(this->path(i)); in ByteSize()
8810 ::google::protobuf::internal::WireFormatLite::Int32Size(data_size); in ByteSize()
8823 Int32Size(this->span(i)); in ByteSize()
[all …]
Dwire_format_lite_inl.h799 inline int WireFormatLite::Int32Size(int32 value) { in Int32Size() function