Home
last modified time | relevance | path

Searched refs:Int64Size (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc744 size_t WireFormatLite::Int64Size(const RepeatedField<int64>& value) { in Int64Size() function in google::protobuf::internal::WireFormatLite
758 size_t WireFormatLite::Int64Size(const RepeatedField<int64>& value) { in Int64Size() function in google::protobuf::internal::WireFormatLite
762 out += Int64Size(value.Get(i)); in Int64Size()
Dtimestamp.pb.cc320 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int64Size( in ByteSizeLong()
Dduration.pb.cc320 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int64Size( in ByteSizeLong()
Dwire_format_lite.h656 static inline size_t Int64Size(int64 value);
664 static size_t Int64Size(const RepeatedField<int64>& value);
1728 inline size_t WireFormatLite::Int64Size(int64 value) { in Int64Size() function
Dwire_format_unittest.cc1421 expected += WireFormatLite::Int64Size(v[i]); in TEST()
1424 EXPECT_EQ(expected, WireFormatLite::Int64Size(v)); in TEST()
Dwrappers.pb.cc1029 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int64Size( in ByteSizeLong()
Ddescriptor.pb.cc13611 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int64Size( in ByteSizeLong()
/external/tensorflow/tensorflow/core/kernels/
Dencode_proto_op.cc80 data_size += WireFormatLite::Int64Size( in TotalPackedSize()