Searched refs:set_reserved_name (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.h | 894 void set_reserved_name(int index, const ::std::string& value); 895 void set_reserved_name(int index, const char* value); 896 void set_reserved_name(int index, const char* value, size_t size); 4595 inline void DescriptorProto::set_reserved_name(int index, const ::std::string& value) { in set_reserved_name() function 4599 inline void DescriptorProto::set_reserved_name(int index, const char* value) { in set_reserved_name() function 4603 inline void DescriptorProto::set_reserved_name(int index, const char* value, size_t size) { in set_reserved_name() function
|
D | descriptor.pb.cc | 4104 void DescriptorProto::set_reserved_name(int index, const ::std::string& value) { in set_reserved_name() function in google::protobuf::DescriptorProto 4108 void DescriptorProto::set_reserved_name(int index, const char* value) { in set_reserved_name() function in google::protobuf::DescriptorProto 4112 void DescriptorProto::set_reserved_name(int index, const char* value, size_t size) { in set_reserved_name() function in google::protobuf::DescriptorProto
|