Home
last modified time | relevance | path

Searched refs:UInt64Size (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc748 size_t WireFormatLite::UInt64Size(const RepeatedField<uint64>& value) { in UInt64Size() function in google::protobuf::internal::WireFormatLite
767 size_t WireFormatLite::UInt64Size(const RepeatedField<uint64>& value) { in UInt64Size() function in google::protobuf::internal::WireFormatLite
771 out += UInt64Size(value.Get(i)); in UInt64Size()
Dwire_format_lite.h658 static inline size_t UInt64Size(uint64 value);
666 static size_t UInt64Size(const RepeatedField<uint64>& value);
1734 inline size_t WireFormatLite::UInt64Size(uint64 value) { in UInt64Size() function
Dwire_format_unittest.cc1495 expected += WireFormatLite::UInt64Size(v[i]); in TEST()
1498 EXPECT_EQ(expected, WireFormatLite::UInt64Size(v)); in TEST()
Dwrappers.pb.cc1293 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::UInt64Size( in ByteSizeLong()
Ddescriptor.pb.cc13604 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::UInt64Size( in ByteSizeLong()
/external/tensorflow/tensorflow/core/kernels/
Dencode_proto_op.cc93 data_size += WireFormatLite::UInt64Size( in TotalPackedSize()