Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc689 size_t WireFormatLite::SInt32Size(const RepeatedField<int32>& value) { in SInt32Size() function in google::protobuf::internal::WireFormatLite
718 size_t WireFormatLite::SInt32Size(const RepeatedField<int32>& value) { in SInt32Size() function in google::protobuf::internal::WireFormatLite
Dwire_format_lite.h1737 inline size_t WireFormatLite::SInt32Size(int32 value) { in SInt32Size() function