Searched defs:set_extendee (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc5130 void FieldDescriptorProto::set_extendee(const ::std::string& value) { function in class:google::protobuf::FieldDescriptorProto
5135 void FieldDescriptorProto::set_extendee(const char* value) { function in class:google::protobuf::FieldDescriptorProto
5140 void FieldDescriptorProto::set_extendee(const char* value, size_t size) { function in class:google::protobuf::FieldDescriptorProto
H A Ddescriptor.pb.h1133 void set_extendee(const ::std::string& value);
1134 void set_extendee(const char* value);
1135 void set_extendee(const char* value, size_t size);
4839 inline void FieldDescriptorProto::set_extendee(const ::std::string& value) { function in class:google::protobuf::FieldDescriptorProto
4844 inline void FieldDescriptorProto::set_extendee(const char* value) { function in class:google::protobuf::FieldDescriptorProto
4849 inline void FieldDescriptorProto::set_extendee(const char* value, size_t size) { function in class:google::protobuf::FieldDescriptorProto

Completed in 371 milliseconds