Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc685 size_t WireFormatLite::UInt32Size(const RepeatedField<uint32>& value) { in UInt32Size() function in google::protobuf::internal::WireFormatLite
709 size_t WireFormatLite::UInt32Size(const RepeatedField<uint32>& value) { in UInt32Size() function in google::protobuf::internal::WireFormatLite
713 out += UInt32Size(value.Get(i)); in UInt32Size()
Dwire_format_lite.h657 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
Dwire_format_unittest.cc1477 expected += WireFormatLite::UInt32Size(v[i]); in TEST()
1480 EXPECT_EQ(expected, WireFormatLite::UInt32Size(v)); in TEST()
Dwrappers.pb.cc1821 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::UInt32Size( in ByteSizeLong()
/external/tensorflow/tensorflow/core/kernels/
Dencode_proto_op.cc157 data_size += WireFormatLite::UInt32Size( in TotalPackedSize()
170 data_size += WireFormatLite::UInt32Size( in TotalPackedSize()