Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc685 size_t WireFormatLite::UInt32Size(const RepeatedField<uint32>& value) { in UInt32Size() function in google::protobuf::internal::WireFormatLite
709 size_t WireFormatLite::UInt32Size(const RepeatedField<uint32>& value) { in UInt32Size() function in google::protobuf::internal::WireFormatLite
Dwire_format_lite.h1731 inline size_t WireFormatLite::UInt32Size(uint32 value) { in UInt32Size() function