Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc682 size_t WireFormatLite::SInt32Size(const RepeatedField<int32>& value) { in SInt32Size() function in google::protobuf::internal::WireFormatLite
711 size_t WireFormatLite::SInt32Size(const RepeatedField<int32>& value) { in SInt32Size() function in google::protobuf::internal::WireFormatLite
Dwire_format_lite.h1739 inline size_t WireFormatLite::SInt32Size(int32 value) { in SInt32Size() function