Home
last modified time | relevance | path

Searched refs:PROTO_FILES (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/tools/distrib/python/grpcio_tools/
Dsetup.py102 PROTO_FILES = [ variable
103 os.path.normpath(proto_file) for proto_file in protoc_lib_deps.PROTO_FILES
137 for proto_file in PROTO_FILES:
Dprotoc_lib_deps.py18 PROTO_FILES=['google/protobuf/wrappers.proto', 'google/protobuf/type.proto', 'google/protobuf/times… variable
DREADME.rst135 :code:`$OUTPUT`, and proto files :code:`$PROTO_FILES`, invoke as:
139 … python -m grpc.tools.protoc -I$INCLUDE --python_out=$OUTPUT --grpc_python_out=$OUTPUT $PROTO_FILES