Searched defs:protoc (Results 1 – 8 of 8) sorted by relevance
/external/protobuf/python/ |
D | setup.py | 25 protoc = os.environ['PROTOC'] variable 27 protoc = "../src/protoc" variable 29 protoc = "../src/protoc.exe" variable 31 protoc = "../vsprojects/Debug/protoc.exe" variable 33 protoc = "../vsprojects/Release/protoc.exe" variable 35 protoc = find_executable("protoc") variable
|
/external/protobuf/cmake/ |
D | protoc.cmake | 5 add_executable(protoc ${protoc_files}) target
|
/external/grpc-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 158 def protoc(self, proto_path, python_out, absolute_proto_file_names): member in _GrpcBeforeProtoProtocStyle
|
/external/libprotobuf-mutator/cmake/external/ |
D | protobuf.cmake | 41 add_executable(protoc IMPORTED) target
|
/external/protobuf/ |
D | configure.ac | 50 AC_ARG_WITH([protoc], optwith
|
/external/golang-protobuf/protoc-gen-go/ |
D | golden_test.go | 338 func protoc(t *testing.T, args []string) { func
|
/external/protobuf/src/ |
D | Makefile.am | 474 bin_PROGRAMS = protoc program 677 check_PROGRAMS = protoc protobuf-test protobuf-lazy-descriptor-test \ program
|
/external/protobuf/js/ |
D | gulpfile.js | 9 var protoc = process.env.PROTOC || '../src/protoc'; variable
|