Home
last modified time | relevance | path

Searched refs:reserved_name (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.h349 const string& reserved_name(int index) const;
1781 if (name == reserved_name(i)) { in IsReservedName()
1790 inline const string& Descriptor::reserved_name(int index) const { in reserved_name() function
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()
3384 this->reserved_name(i).data(), this->reserved_name(i).length(), in SerializeWithCachedSizes()
3388 10, this->reserved_name(i), output); in SerializeWithCachedSizes()
3471 this->reserved_name(i).data(), this->reserved_name(i).length(), in SerializeWithCachedSizesToArray()
3475 WriteStringToArray(10, this->reserved_name(i), target); in SerializeWithCachedSizesToArray()
3566 this->reserved_name(i)); in ByteSize()
4096 const ::std::string& DescriptorProto::reserved_name(int index) const { in reserved_name() function in google::protobuf::DescriptorProto
4134 DescriptorProto::reserved_name() const { in reserved_name() function in google::protobuf::DescriptorProto
Ddescriptor.cc1815 proto->add_reserved_name(reserved_name(i)); in CopyTo()
2306 CEscape(reserved_name(i))); in DebugString()
4086 tables_->AllocateString(proto.reserved_name(i)); in BuildMessage()
4116 const string& name = proto.reserved_name(i); in BuildMessage()
Ddescriptor.pb.h892 const ::std::string& reserved_name(int index) const;
901 const ::google::protobuf::RepeatedPtrField< ::std::string>& reserved_name() const;
4587 inline const ::std::string& DescriptorProto::reserved_name(int index) const { in reserved_name() function
4625 DescriptorProto::reserved_name() const { in reserved_name() function
Ddescriptor_unittest.cc1966 EXPECT_EQ("foo", foo_->reserved_name(0)); in TEST_F()
1967 EXPECT_EQ("bar", foo_->reserved_name(1)); in TEST_F()
Ddescriptor.proto121 repeated string reserved_name = 10; field