Searched refs:UInt64Size (Results 1 – 6 of 6) sorted by relevance
748 size_t WireFormatLite::UInt64Size(const RepeatedField<uint64>& value) { in UInt64Size() function in google::protobuf::internal::WireFormatLite767 size_t WireFormatLite::UInt64Size(const RepeatedField<uint64>& value) { in UInt64Size() function in google::protobuf::internal::WireFormatLite771 out += UInt64Size(value.Get(i)); in UInt64Size()
658 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
1495 expected += WireFormatLite::UInt64Size(v[i]); in TEST()1498 EXPECT_EQ(expected, WireFormatLite::UInt64Size(v)); in TEST()
1293 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::UInt64Size( in ByteSizeLong()
13604 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::UInt64Size( in ByteSizeLong()
93 data_size += WireFormatLite::UInt64Size( in TotalPackedSize()