Home
last modified time | relevance | path

Searched defs:Int32Size (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc674 size_t WireFormatLite::Int32Size(const RepeatedField<int32>& value) { in Int32Size() function in google::protobuf::internal::WireFormatLite
693 size_t WireFormatLite::Int32Size(const RepeatedField<int32>& value) { in Int32Size() function in google::protobuf::internal::WireFormatLite
Dwire_format_lite.h1727 inline size_t WireFormatLite::Int32Size(int32 value) { in Int32Size() function