Home
last modified time | relevance | path

Searched refs:FieldByteSize (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dwire_format.h244 static size_t FieldByteSize(const FieldDescriptor* field, // Cannot be NULL
Dwire_format.cc1466 our_size += FieldByteSize(fields[i], message); in ByteSize()
1480 size_t WireFormat::FieldByteSize(const FieldDescriptor* field, in FieldByteSize() function in google::protobuf::internal::WireFormat