Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.h349 const string& reserved_name(int index) const;
1788 if (name == reserved_name(i)) { in IsReservedName()
1797 inline const string& Descriptor::reserved_name(int index) const { in reserved_name() function
Ddescriptor.pb.cc3324 this->reserved_name(this->reserved_name_size() - 1).data(), in MergePartialFromCodedStream()
3325 this->reserved_name(this->reserved_name_size() - 1).length(), in MergePartialFromCodedStream()
3422 this->reserved_name(i).data(), this->reserved_name(i).length(), in SerializeWithCachedSizes()
3426 10, this->reserved_name(i), output); in SerializeWithCachedSizes()
3509 this->reserved_name(i).data(), this->reserved_name(i).length(), in InternalSerializeWithCachedSizesToArray()
3513 WriteStringToArray(10, this->reserved_name(i), target); in InternalSerializeWithCachedSizesToArray()
3604 this->reserved_name(i)); in ByteSize()
4139 const ::std::string& DescriptorProto::reserved_name(int index) const { in reserved_name() function in google::protobuf::DescriptorProto
4177 DescriptorProto::reserved_name() const { in reserved_name() function in google::protobuf::DescriptorProto
Ddescriptor.cc1815 proto->add_reserved_name(reserved_name(i)); in CopyTo()
2309 CEscape(reserved_name(i))); in DebugString()
4092 tables_->AllocateString(proto.reserved_name(i)); in BuildMessage()
4122 const string& name = proto.reserved_name(i); in BuildMessage()
Ddescriptor.pb.h913 const ::std::string& reserved_name(int index) const;
922 const ::google::protobuf::RepeatedPtrField< ::std::string>& reserved_name() const;
4795 inline const ::std::string& DescriptorProto::reserved_name(int index) const { in reserved_name() function
4833 DescriptorProto::reserved_name() const { in reserved_name() function
Ddescriptor_unittest.cc1965 EXPECT_EQ("foo", foo_->reserved_name(0)); in TEST_F()
1966 EXPECT_EQ("bar", foo_->reserved_name(1)); in TEST_F()
Ddescriptor.proto122 repeated string reserved_name = 10; field