Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dreflection_visit_field_info.h435 size_t FieldByteSize() const { return WireFormatLite::EnumSize(Get()); } in FieldByteSize() function
471 size_t FieldByteSize() const { return WireFormatLite::StringSize(Get()); } in FieldByteSize() function
506 size_t FieldByteSize() const { return WireFormatLite::StringSize(Get()); } in FieldByteSize() function
539 size_t FieldByteSize() const { return WireFormatLite::StringSize(Get()); } in FieldByteSize() function
617 size_t FieldByteSize() const { in FieldByteSize() function
640 size_t FieldByteSize() const { in FieldByteSize() function
682 size_t FieldByteSize() const { in FieldByteSize() function
834 size_t FieldByteSize() const { in FieldByteSize() function
883 size_t FieldByteSize() const { in FieldByteSize() function
903 size_t FieldByteSize() const { in FieldByteSize() function
[all …]
Dwire_format.cc1509 size_t WireFormat::FieldByteSize(const FieldDescriptor* field, in FieldByteSize() function in google::protobuf::internal::WireFormat