Home
last modified time | relevance | path

Searched defs:Int64Size (Results 1 – 2 of 2) 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
Dwire_format_lite.h1728 inline size_t WireFormatLite::Int64Size(int64 value) { in Int64Size() function