Searched refs:UInt32Size (Results 1 – 5 of 5) sorted by relevance
685 size_t WireFormatLite::UInt32Size(const RepeatedField<uint32>& value) { in UInt32Size() function in google::protobuf::internal::WireFormatLite709 size_t WireFormatLite::UInt32Size(const RepeatedField<uint32>& value) { in UInt32Size() function in google::protobuf::internal::WireFormatLite713 out += UInt32Size(value.Get(i)); in UInt32Size()
657 static inline size_t UInt32Size(uint32 value);665 static size_t UInt32Size(const RepeatedField<uint32>& value);1070 GOOGLE_DCHECK_EQ(UInt32Size(tag), static_cast<size_t>(tag_size)); in ReadRepeatedFixedSizePrimitive()1731 inline size_t WireFormatLite::UInt32Size(uint32 value) { in UInt32Size() function
1477 expected += WireFormatLite::UInt32Size(v[i]); in TEST()1480 EXPECT_EQ(expected, WireFormatLite::UInt32Size(v)); in TEST()
1821 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::UInt32Size( in ByteSizeLong()
157 data_size += WireFormatLite::UInt32Size( in TotalPackedSize()170 data_size += WireFormatLite::UInt32Size( in TotalPackedSize()