Home
last modified time | relevance | path

Searched defs:UInt64Size (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc741 size_t WireFormatLite::UInt64Size(const RepeatedField<uint64>& value) { in UInt64Size() function in google::protobuf::internal::WireFormatLite
760 size_t WireFormatLite::UInt64Size(const RepeatedField<uint64>& value) { in UInt64Size() function in google::protobuf::internal::WireFormatLite
Dwire_format_lite.h1736 inline size_t WireFormatLite::UInt64Size(uint64 value) { in UInt64Size() function