Searched refs:add_reserved_name (Results 1 – 5 of 5) sorted by relevance
897 ::std::string* add_reserved_name();898 void add_reserved_name(const ::std::string& value);899 void add_reserved_name(const char* value);900 void add_reserved_name(const char* value, size_t size);4608 inline ::std::string* DescriptorProto::add_reserved_name() { in add_reserved_name() function4612 inline void DescriptorProto::add_reserved_name(const ::std::string& value) { in add_reserved_name() function4616 inline void DescriptorProto::add_reserved_name(const char* value) { in add_reserved_name() function4620 inline void DescriptorProto::add_reserved_name(const char* value, size_t size) { in add_reserved_name() function
1919 foo->add_reserved_name("foo"); in SetUp()1920 foo->add_reserved_name("bar"); in SetUp()
3284 input, this->add_reserved_name())); in MergePartialFromCodedStream()4117 ::std::string* DescriptorProto::add_reserved_name() { in add_reserved_name() function in google::protobuf::DescriptorProto4121 void DescriptorProto::add_reserved_name(const ::std::string& value) { in add_reserved_name() function in google::protobuf::DescriptorProto4125 void DescriptorProto::add_reserved_name(const char* value) { in add_reserved_name() function in google::protobuf::DescriptorProto4129 void DescriptorProto::add_reserved_name(const char* value, size_t size) { in add_reserved_name() function in google::protobuf::DescriptorProto
1815 proto->add_reserved_name(reserved_name(i)); in CopyTo()
1504 DO(ConsumeString(message->add_reserved_name(), "Expected field name.")); in ParseReservedNames()