Home
last modified time | relevance | path

Searched refs:PROTOC (Results 1 – 25 of 31) sorted by relevance

12

/external/protobuf/csharp/
Dgenerate_protos.sh14 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 \
44 $PROTOC -Isrc --csharp_out=csharp/src/Google.Protobuf.Test \
53 $PROTOC -Icsharp/protos --csharp_out=csharp/src/Google.Protobuf.Test \
58 $PROTOC -Iexamples --csharp_out=csharp/src/AddressBook \
61 $PROTOC -Iconformance -Isrc --csharp_out=csharp/src/Google.Protobuf.Conformance \
/external/tensorflow/tensorflow/go/genop/
Dgenerate.sh30 PROTOC="${TF_DIR}/bazel-out/host/bin/external/protobuf/protoc"
31 if [ -x "${PROTOC}" ]; then
36 if [ ! -x "${PROTOC}" ]
42 echo "Protocol buffer compiler protoc not found in PATH or in ${PROTOC}"
47 PROTOC=$PATH_PROTOC
55 ${PROTOC} \
/external/grpc-grpc/src/ruby/pb/
Dgenerate_proto_ruby.sh20 PROTOC=bins/opt/protobuf/protoc
23 $PROTOC -I src/proto src/proto/grpc/health/v1/health.proto \
28 $PROTOC -I . \
34 $PROTOC -I . \
40 $PROTOC -I . \
46 $PROTOC -I src/proto/math src/proto/math/math.proto \
/external/grpc-grpc/src/csharp/
Dgenerate_proto_csharp.sh20 PROTOC=bins/opt/protobuf/protoc
27 $PROTOC --plugin=$PLUGIN --csharp_out=$EXAMPLES_DIR --grpc_out=$EXAMPLES_DIR \
30 $PROTOC --plugin=$PLUGIN --csharp_out=$HEALTHCHECK_DIR --grpc_out=$HEALTHCHECK_DIR \
33 $PROTOC --plugin=$PLUGIN --csharp_out=$REFLECTION_DIR --grpc_out=$REFLECTION_DIR \
38 $PROTOC --plugin=$PLUGIN --csharp_out=$TESTING_DIR/CoreStats --grpc_out=$TESTING_DIR/CoreStats \
44 $PROTOC --plugin=$PLUGIN --csharp_out=$TESTING_DIR --grpc_out=$TESTING_DIR \
/external/grpc-grpc/examples/cpp/route_guide/
DMakefile31 PROTOC = protoc macro
48 $(PROTOC) -I $(PROTOS_PATH) --grpc_out=. --plugin=protoc-gen-grpc=$(GRPC_CPP_PLUGIN_PATH) $<
51 $(PROTOC) -I $(PROTOS_PATH) --cpp_out=. $<
60 PROTOC_CMD = which $(PROTOC)
61 PROTOC_CHECK_CMD = $(PROTOC) --version | grep -q libprotoc.3
88 -$(PROTOC) --version
/external/grpc-grpc/examples/cpp/helloworld/
DMakefile31 PROTOC = protoc macro
58 $(PROTOC) -I $(PROTOS_PATH) --grpc_out=. --plugin=protoc-gen-grpc=$(GRPC_CPP_PLUGIN_PATH) $<
62 $(PROTOC) -I $(PROTOS_PATH) --cpp_out=. $<
71 PROTOC_CMD = which $(PROTOC)
72 PROTOC_CHECK_CMD = $(PROTOC) --version | grep -q libprotoc.3
99 -$(PROTOC) --version
/external/grpc-grpc/third_party/nanopb/extra/
Dnanopb.mk22 PROTOC = $(NANOPB_DIR)/generator-bin/protoc
26 PROTOC = protoc
36 $(PROTOC) $(PROTOC_OPTS) --nanopb_out=. $<
/external/nanopb-c/extra/
Dnanopb.mk22 PROTOC = $(NANOPB_DIR)/generator-bin/protoc
26 PROTOC = protoc
36 $(PROTOC) $(PROTOC_OPTS) --nanopb_out=. $<
/external/grpc-grpc/test/distrib/csharp/test_codegen/
Dtest_codegen.sh31 PROTOC=../packages/Grpc.Tools.__GRPC_NUGET_VERSION__/tools/${PLATFORM_ARCH}/protoc
34 "${PROTOC}" --plugin="protoc-gen-grpc=${PLUGIN}" --csharp_out=. --grpc_out=. -I . testcodegen.proto
/external/grpc-grpc/src/objective-c/tests/
Drun_plugin_tests.sh26 PROTOC=$BINDIR/protobuf/protoc
31 $PROTOC \
/external/protobuf/
Dconfigure.ac134 PROTOC=$with_protoc
137 PROTOC=protoc
139 AS_IF([echo "$PROTOC" | grep -q '^@<:@^/@:>@.*/'], [
146 PROTOC=`pwd`/${ac_top_build_prefix}$PROTOC
148 AC_SUBST([PROTOC]) subst
/external/protobuf/src/google/protobuf/compiler/
Dzip_output_unittest.sh43 PROTOC=./protoc
54 $PROTOC \
/external/protobuf/benchmarks/
DMakefile.am49 $(PROTOC) -I$(srcdir) -I$(top_srcdir) --cpp_out=. $(benchmarks_protoc_inputs)
53 $(PROTOC) -I$(srcdir) -I$(top_srcdir) --cpp_out=. $(benchmarks_protoc_inputs_proto2)
/external/perf_data_converter/src/
DMakefile95 PROTOC = protoc macro
101 PROTOC = ${PROTOBUF}/src/protoc macro
142 $(PROTOC) --cpp_out=`dirname $<` -I`dirname $<` $<
/external/grpc-grpc/examples/csharp/RouteGuide/
Dgenerate_protos.bat23 set PROTOC=%UserProfile%\.nuget\packages\Google.Protobuf.Tools\3.6.1\tools\windows_x64\protoc.exe variable
26 %PROTOC% -I../../protos --csharp_out RouteGuide ../../protos/route_guide.proto --grpc_out RouteGui…
/external/grpc-grpc/examples/csharp/Helloworld/
Dgenerate_protos.bat23 set PROTOC=%UserProfile%\.nuget\packages\Google.Protobuf.Tools\3.6.1\tools\windows_x64\protoc.exe variable
26 %PROTOC% -I../../protos --csharp_out Greeter ../../protos/helloworld.proto --grpc_out Greeter --pl…
/external/perf_data_converter/src/quipper/
DMakefile.external68 PROTOC = protoc
74 PROTOC = ${PROTOBUF}/src/protoc
118 $(PROTOC) --cpp_out=. -I`dirname $<` $<
/external/nanopb-c/examples/simple/
DMakefile21 $(PROTOC) $(PROTOC_OPTS) --nanopb_out=. simple.proto
Drules.mk20 $(PROTOC) $(PROTOC_OPTS) --nanopb_out=$(LOCAL_DIR) $(LOCAL_DIR)/simple.proto
/external/grpc-grpc/third_party/nanopb/examples/simple/
DMakefile21 $(PROTOC) $(PROTOC_OPTS) --nanopb_out=. simple.proto
/external/tensorflow/tensorflow/tools/ci_build/protobuf/
Dprotobuf_optimized_pip.sh31 export PROTOC=$DIR/src/protoc
/external/tensorflow/tensorflow/contrib/makefile/
DMakefile229 PROTOC := $(MAKEFILE_DIR)/gen/protobuf-host/bin/protoc
231 PROTOC := protoc macro
234 $(info PROTOC = "$(PROTOC)")
/external/protobuf/conformance/
DMakefile.am193 …$(PROTOC) -I$(srcdir) -I$(top_srcdir) --cpp_out=. --java_out=. --ruby_out=. --objc_out=. --python_…
194 …$(PROTOC) -I$(srcdir) -I$(top_srcdir) --cpp_out=. --java_out=. --ruby_out=. --python_out=. $(well_…
195 …$(PROTOC) -I$(srcdir) -I$(top_srcdir) --java_out=lite:lite $(conformance_protoc_inputs) $(well_kno…
/external/protobuf/js/
Dgulpfile.js9 var protoc = process.env.PROTOC || '../src/protoc';
/external/grpc-grpc/
DMakefile241 PROTOC ?= protoc macro
2596 $(E) "[PROTOC] Generating protobuf CC file from $<"
2628 $(E) "[PROTOC] Generating protobuf CC file from $<"
2660 $(E) "[PROTOC] Generating protobuf CC file from $<"
2693 $(E) "[PROTOC] Generating protobuf CC file from $<"
2725 $(E) "[PROTOC] Generating protobuf CC file from $<"
2758 $(E) "[PROTOC] Generating protobuf CC file from $<"
2790 $(E) "[PROTOC] Generating protobuf CC file from $<"
2822 $(E) "[PROTOC] Generating protobuf CC file from $<"
2854 $(E) "[PROTOC] Generating protobuf CC file from $<"
[all …]

12