Home | Sort by relevance Sort by last modified time |
/external/protobuf/src/google/protobuf/ | |
descriptor_unittest.cc | 410 ->set_type_name("TestEnum"); 414 ->set_type_name("TestForeign"); 418 ->set_type_name("TestForeign"); [all...] |
descriptor.pb.h | 3076 inline void FieldDescriptorProto::set_type_name(const ::std::string& value) { function in class:google::protobuf::FieldDescriptorProto 3083 inline void FieldDescriptorProto::set_type_name(const char* value) { function in class:google::protobuf::FieldDescriptorProto 3090 inline void FieldDescriptorProto::set_type_name(const char* value, size_t size) { function in class:google::protobuf::FieldDescriptorProto [all...] |
descriptor.cc | [all...] |
descriptor.pb.cc | [all...] |
/external/protobuf/src/google/protobuf/compiler/ | |
parser.cc | 456 field->set_type_name(type_name); 491 field->set_type_name(group->name()); [all...] |