Searched defs:protoc (Results 1 – 6 of 6) sorted by relevance
/third_party/protobuf/python/ |
D | setup.py | 24 protoc = os.environ['PROTOC'] variable 26 protoc = "../src/protoc" variable 28 protoc = "../src/protoc.exe" variable 30 protoc = "../vsprojects/Debug/protoc.exe" variable 32 protoc = "../vsprojects/Release/protoc.exe" variable 34 protoc = find_executable("protoc") variable
|
/third_party/protobuf/cmake/ |
D | protoc.cmake | 11 add_executable(protoc ${protoc_files} ${protoc_rc_files}) target
|
/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/ |
D | _split_definitions_test.py | 116 def protoc(self, proto_path, python_out, absolute_proto_file_names): member in _Mid2016ProtocStyle 129 def protoc(self, proto_path, python_out, absolute_proto_file_names): member in _SingleProtocExecutionProtocStyle 142 def protoc(self, proto_path, python_out, absolute_proto_file_names): member in _ProtoBeforeGrpcProtocStyle 159 def protoc(self, proto_path, python_out, absolute_proto_file_names): member in _GrpcBeforeProtoProtocStyle
|
/third_party/protobuf/ |
D | configure.ac | 70 AC_ARG_WITH([protoc], optwith
|
/third_party/protobuf/src/ |
D | Makefile.am | 471 bin_PROGRAMS = protoc program 709 check_PROGRAMS = protoc protobuf-test protobuf-lazy-descriptor-test \ program
|
/third_party/protobuf/js/ |
D | gulpfile.js | 9 var protoc = process.env.PROTOC || '../src/protoc'; variable
|