Home
last modified time | relevance | path

Searched refs:reserved_name_size (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dparser.cc1503 LocationRecorder location(parent_location, message->reserved_name_size()); in ParseReservedNames()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc3286 this->reserved_name(this->reserved_name_size() - 1).data(), in MergePartialFromCodedStream()
3287 this->reserved_name(this->reserved_name_size() - 1).length(), in MergePartialFromCodedStream()
3382 for (int i = 0; i < this->reserved_name_size(); i++) { in SerializeWithCachedSizes()
3469 for (int i = 0; i < this->reserved_name_size(); i++) { in SerializeWithCachedSizesToArray()
3563 total_size += 1 * this->reserved_name_size(); in ByteSize()
3564 for (int i = 0; i < this->reserved_name_size(); i++) { in ByteSize()
4090 int DescriptorProto::reserved_name_size() const { in reserved_name_size() function in google::protobuf::DescriptorProto
Ddescriptor.cc4080 int reserved_name_count = proto.reserved_name_size(); in BuildMessage()
4115 for (int i = 0; i < proto.reserved_name_size(); i++) { in BuildMessage()
Ddescriptor.pb.h889 int reserved_name_size() const;
4581 inline int DescriptorProto::reserved_name_size() const { in reserved_name_size() function