Home
last modified time | relevance | path

Searched refs:UInt32Size (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc678 size_t WireFormatLite::UInt32Size(const RepeatedField<uint32>& value) { in UInt32Size() function in google::protobuf::internal::WireFormatLite
702 size_t WireFormatLite::UInt32Size(const RepeatedField<uint32>& value) { in UInt32Size() function in google::protobuf::internal::WireFormatLite
706 out += UInt32Size(value.Get(i)); in UInt32Size()
Dwire_format_lite.h673 static inline size_t UInt32Size(uint32 value);
681 static size_t UInt32Size(const RepeatedField<uint32>& value);
1068 GOOGLE_DCHECK_EQ(UInt32Size(tag), static_cast<size_t>(tag_size)); in ReadRepeatedFixedSizePrimitive()
1733 inline size_t WireFormatLite::UInt32Size(uint32 value) { in UInt32Size() function
Dwire_format_unittest.cc1482 expected += WireFormatLite::UInt32Size(v[i]); in TEST()
1485 EXPECT_EQ(expected, WireFormatLite::UInt32Size(v)); in TEST()
Dwrappers.pb.cc1413 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::UInt32Size( in ByteSizeLong()
/third_party/protobuf/
Dlibprotobuf_lite.map306 …"google::protobuf::internal::WireFormatLite::UInt32Size(google::protobuf::RepeatedField<unsigned i…