Searched refs:SInt32Size (Results 1 – 3 of 3) sorted by relevance
682 size_t WireFormatLite::SInt32Size(const RepeatedField<int32>& value) { in SInt32Size() function in google::protobuf::internal::WireFormatLite711 size_t WireFormatLite::SInt32Size(const RepeatedField<int32>& value) { in SInt32Size() function in google::protobuf::internal::WireFormatLite715 out += SInt32Size(value.Get(i)); in SInt32Size()
675 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
1445 expected += WireFormatLite::SInt32Size(v[i]); in TEST()1448 EXPECT_EQ(expected, WireFormatLite::SInt32Size(v)); in TEST()