Searched refs:add_reserved_name (Results 1 – 5 of 5) sorted by relevance
918 ::std::string* add_reserved_name();919 void add_reserved_name(const ::std::string& value);920 void add_reserved_name(const char* value);921 void add_reserved_name(const char* value, size_t size);4816 inline ::std::string* DescriptorProto::add_reserved_name() { in add_reserved_name() function4820 inline void DescriptorProto::add_reserved_name(const ::std::string& value) { in add_reserved_name() function4824 inline void DescriptorProto::add_reserved_name(const char* value) { in add_reserved_name() function4828 inline void DescriptorProto::add_reserved_name(const char* value, size_t size) { in add_reserved_name() function
1918 foo->add_reserved_name("foo"); in SetUp()1919 foo->add_reserved_name("bar"); in SetUp()
3322 input, this->add_reserved_name())); in MergePartialFromCodedStream()4160 ::std::string* DescriptorProto::add_reserved_name() { in add_reserved_name() function in google::protobuf::DescriptorProto4164 void DescriptorProto::add_reserved_name(const ::std::string& value) { in add_reserved_name() function in google::protobuf::DescriptorProto4168 void DescriptorProto::add_reserved_name(const char* value) { in add_reserved_name() function in google::protobuf::DescriptorProto4172 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()