Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc681 size_t WireFormatLite::Int32Size(const RepeatedField<int32>& value) { in Int32Size() function in google::protobuf::internal::WireFormatLite
700 size_t WireFormatLite::Int32Size(const RepeatedField<int32>& value) { in Int32Size() function in google::protobuf::internal::WireFormatLite
Dwire_format_lite.h1725 inline size_t WireFormatLite::Int32Size(int32 value) { in Int32Size() function