Home
last modified time | relevance | path

Searched refs:SInt32Size (Results 1 – 3 of 3) 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
715 out += SInt32Size(value.Get(i)); in SInt32Size()
Dwire_format_lite.h675 static inline size_t SInt32Size(int32 value);
683 static size_t SInt32Size(const RepeatedField<int32>& value);
1739 inline size_t WireFormatLite::SInt32Size(int32 value) { in SInt32Size() function
Dwire_format_unittest.cc1445 expected += WireFormatLite::SInt32Size(v[i]); in TEST()
1448 EXPECT_EQ(expected, WireFormatLite::SInt32Size(v)); in TEST()