Searched refs:proto_name (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/ |
D | descriptor_database.py | 61 proto_name = file_desc_proto.name 62 if proto_name not in self._file_desc_protos_by_file: 63 self._file_desc_protos_by_file[proto_name] = file_desc_proto 64 elif self._file_desc_protos_by_file[proto_name] != file_desc_proto: 66 '%s already added, but with different descriptor.' % proto_name)
|
D | descriptor.py | 928 proto_name = str(uuid.uuid4()) 932 proto_name + '.proto') 935 file_descriptor_proto.name = proto_name + '.proto'
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ |
D | command_line_interface_unittest.cc | 172 const string& proto_name, 176 const string& proto_name, 181 const string& proto_name, 186 const string& proto_name, 425 const string& proto_name, in Run() argument 428 generator_name, parameter, "", proto_name, message_name, proto_name, in Run() 435 const string& proto_name, in Run() argument 439 generator_name, parameter, "", proto_name, message_name, proto_name, in Run() 446 const string& proto_name, in Run() argument 449 generator_name, "", "", proto_name, message_name, in Run() [all …]
|