Searched refs:absolute_proto_file_names (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/ |
D | _split_definitions_test.py | 94 absolute_proto_file_names): argument 104 args.extend(absolute_proto_file_names) 116 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument 118 absolute_proto_file_names),) 129 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument 131 absolute_proto_file_names),) 142 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument 144 absolute_proto_file_names) 146 proto_path, None, 'grpc_2_0', python_out, absolute_proto_file_names) 158 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument [all …]
|