Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc752 size_t WireFormatLite::SInt64Size(const RepeatedField<int64>& value) { in SInt64Size() function in google::protobuf::internal::WireFormatLite
776 size_t WireFormatLite::SInt64Size(const RepeatedField<int64>& value) { in SInt64Size() function in google::protobuf::internal::WireFormatLite
Dwire_format_lite.h1740 inline size_t WireFormatLite::SInt64Size(int64 value) { in SInt64Size() function