/third_party/protobuf/csharp/ |
D | generate_protos.sh | 14 if [ -z "$PROTOC" ]; then 17 PROTOC=cmake/build/Debug/protoc.exe 19 PROTOC=cmake/build/Release/protoc.exe 21 PROTOC=src/protoc 29 $PROTOC -Isrc --csharp_out=csharp/src/Google.Protobuf \ 47 $PROTOC -Isrc -Icsharp/protos \ 72 $PROTOC -Iexamples -Isrc --csharp_out=csharp/src/AddressBook \ 75 $PROTOC -Iconformance -Isrc --csharp_out=csharp/src/Google.Protobuf.Conformance \ 79 $PROTOC -Ibenchmarks \ 85 $PROTOC -Isrc -Icsharp/src/Google.Protobuf.Benchmarks \
|
/third_party/grpc/src/ruby/pb/ |
D | generate_proto_ruby.sh | 22 PROTOC=bazel-bin/external/com_google_protobuf/protoc 25 $PROTOC -I src/proto src/proto/grpc/health/v1/health.proto \ 30 $PROTOC -I . \ 36 $PROTOC -I . \ 42 $PROTOC -I . \ 48 $PROTOC -I src/proto/math src/proto/math/math.proto \
|
/third_party/grpc/src/csharp/ |
D | generate_proto_csharp.sh | 22 PROTOC=bazel-bin/external/com_google_protobuf/protoc 30 $PROTOC --plugin=$PLUGIN --csharp_out=$EXAMPLES_DIR --grpc_out=$EXAMPLES_DIR \ 33 $PROTOC --plugin=$PLUGIN --csharp_out=$HEALTHCHECK_DIR --grpc_out=$HEALTHCHECK_DIR \ 36 $PROTOC --plugin=$PLUGIN --csharp_out=$REFLECTION_DIR --grpc_out=$REFLECTION_DIR \ 41 $PROTOC --plugin=$PLUGIN --csharp_out=$TESTING_DIR/CoreStats --grpc_out=$TESTING_DIR/CoreStats \ 47 $PROTOC --plugin=$PLUGIN --csharp_out=$TESTING_DIR --grpc_out=$TESTING_DIR \
|
/third_party/grpc/examples/cpp/compression/ |
D | Makefile | 31 PROTOC = protoc macro 49 $(PROTOC) -I $(PROTOS_PATH) --grpc_out=. --plugin=protoc-gen-grpc=$(GRPC_CPP_PLUGIN_PATH) $< 53 $(PROTOC) -I $(PROTOS_PATH) --cpp_out=. $< 62 PROTOC_CMD = which $(PROTOC) 63 PROTOC_CHECK_CMD = $(PROTOC) --version | grep -q libprotoc.3 90 -$(PROTOC) --version
|
/third_party/grpc/examples/cpp/route_guide/ |
D | Makefile | 33 PROTOC = protoc macro 50 $(PROTOC) -I $(PROTOS_PATH) --grpc_out=. --plugin=protoc-gen-grpc=$(GRPC_CPP_PLUGIN_PATH) $< 53 $(PROTOC) -I $(PROTOS_PATH) --cpp_out=. $< 62 PROTOC_CMD = which $(PROTOC) 63 PROTOC_CHECK_CMD = $(PROTOC) --version | grep -q libprotoc.3 90 -$(PROTOC) --version
|
/third_party/grpc/examples/cpp/metadata/ |
D | Makefile | 30 PROTOC = protoc macro 42 $(PROTOC) -I $(PROTOS_PATH) --grpc_out=. --plugin=protoc-gen-grpc=$(GRPC_CPP_PLUGIN_PATH) $< 45 $(PROTOC) -I $(PROTOS_PATH) --cpp_out=. $< 50 PROTOC_CMD = which $(PROTOC) 51 PROTOC_CHECK_CMD = $(PROTOC) --version | grep -q libprotoc.3 76 -$(PROTOC) --version
|
/third_party/grpc/examples/cpp/load_balancing/ |
D | Makefile | 31 PROTOC = protoc macro 49 $(PROTOC) -I $(PROTOS_PATH) --grpc_out=. --plugin=protoc-gen-grpc=$(GRPC_CPP_PLUGIN_PATH) $< 53 $(PROTOC) -I $(PROTOS_PATH) --cpp_out=. $< 62 PROTOC_CMD = which $(PROTOC) 63 PROTOC_CHECK_CMD = $(PROTOC) --version | grep -q libprotoc.3 90 -$(PROTOC) --version
|
/third_party/grpc/examples/cpp/helloworld/ |
D | Makefile | 33 PROTOC = protoc macro 60 $(PROTOC) -I $(PROTOS_PATH) --grpc_out=. --plugin=protoc-gen-grpc=$(GRPC_CPP_PLUGIN_PATH) $< 64 $(PROTOC) -I $(PROTOS_PATH) --cpp_out=. $< 73 PROTOC_CMD = which $(PROTOC) 74 PROTOC_CHECK_CMD = $(PROTOC) --version | grep -q libprotoc.3 101 -$(PROTOC) --version
|
/third_party/grpc/src/objective-c/tests/ |
D | run_plugin_tests.sh | 27 PROTOC=$ROOT_DIR/bazel-bin/external/com_google_protobuf/protoc 30 [ -f $PROTOC ] && [ -f $PLUGIN ] || { 36 $PROTOC \
|
D | run_plugin_option_tests.sh | 27 PROTOC=$ROOT_DIR/bazel-bin/external/com_google_protobuf/protoc 31 [ -f $PROTOC ] && [ -f $PLUGIN ] || { 37 $PROTOC \
|
/third_party/protobuf/ |
D | generate_descriptor_proto.sh | 62 PROTOC=$BOOTSTRAP_PROTOC 70 PROTOC="./protoc" 73 $PROTOC --cpp_out=dllexport_decl=PROTOBUF_EXPORT:$TMP ${RUNTIME_PROTO_FILES[@]} && \ 74 $PROTOC --cpp_out=dllexport_decl=PROTOC_EXPORT:$TMP ${COMPILER_PROTO_FILES[@]}
|
D | configure.ac | 194 PROTOC=$with_protoc 197 PROTOC=protoc 199 AS_IF([echo "$PROTOC" | grep -q '^@<:@^/@:>@.*/'], [ 206 PROTOC=`pwd`/${ac_top_build_prefix}$PROTOC 208 AC_SUBST([PROTOC]) subst
|
/third_party/grpc/src/php/bin/ |
D | generate_proto_php.sh | 21 PROTOC=bazel-bin/external/com_google_protobuf/protoc 24 $PROTOC --proto_path=src/proto/math \ 41 $PROTOC --proto_path=. \
|
/third_party/grpc/ |
D | Makefile | 250 PROTOC ?= protoc macro 2516 $(E) "[PROTOC] Generating protobuf CC file from $<" 2548 $(E) "[PROTOC] Generating protobuf CC file from $<" 2580 $(E) "[PROTOC] Generating protobuf CC file from $<" 2612 $(E) "[PROTOC] Generating protobuf CC file from $<" 2645 $(E) "[PROTOC] Generating protobuf CC file from $<" 2677 $(E) "[PROTOC] Generating protobuf CC file from $<" 2709 $(E) "[PROTOC] Generating protobuf CC file from $<" 2741 $(E) "[PROTOC] Generating protobuf CC file from $<" 2773 $(E) "[PROTOC] Generating protobuf CC file from $<" [all …]
|
/third_party/grpc/tools/codegen/core/ |
D | gen_upb_api.sh | 31 PROTOC=$PWD/bazel-bin/external/com_google_protobuf/protoc 117 $PROTOC \
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | zip_output_unittest.sh | 43 PROTOC=./protoc 56 $PROTOC \
|
/third_party/protobuf/python/release/wheel/ |
D | protobuf_optimized_pip.sh | 57 export PROTOC=$DIR/src/protoc
|
/third_party/protobuf/conformance/ |
D | Makefile.am | 263 …$(PROTOC) -I$(srcdir) -I$(top_srcdir) --cpp_out=. --java_out=. --ruby_out=. --objc_out=. --python_… 264 …$(PROTOC) -I$(srcdir) -I$(top_srcdir) --cpp_out=. --java_out=. --objc_out=. --python_out=. --js_ou… 265 …$(PROTOC) -I$(srcdir) -I$(top_srcdir) --cpp_out=. --java_out=. --ruby_out=. --python_out=. --js_ou…
|
/third_party/protobuf/js/ |
D | gulpfile.js | 9 var protoc = process.env.PROTOC || '../src/protoc';
|
D | README.md | 50 $ PROTOC=/usr/local/bin/protoc npm test
|
/third_party/libphonenumber/cpp/ |
D | CMakeLists.txt | 158 find_required_program (PROTOC protoc
|
/third_party/protobuf/src/ |
D | Makefile.am | 674 $(PROTOC) -I$(srcdir) --cpp_out=. $^
|
/third_party/glib/po/ |
D | oc.po | 1898 msgstr "PROTOCÒL"
|