Home
last modified time | relevance | path

Searched refs:protoc (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/external/grpc-grpc/
DMakefile241 PROTOC ?= protoc
415 # PROTOBUF_CONFIG_OPTS="--host=arm-linux --with-protoc=/usr/local/bin/protoc" )
15235 # You can't build the protoc plugins or protobuf-enabled targets if you don't have protobuf 3.5.0+.
15278 # You can't build the protoc plugins or protobuf-enabled targets if you don't have protobuf 3.5.0+.
15321 # You can't build the protoc plugins or protobuf-enabled targets if you don't have protobuf 3.5.0+.
15364 # You can't build the protoc plugins or protobuf-enabled targets if you don't have protobuf 3.5.0+.
15407 # You can't build the protoc plugins or protobuf-enabled targets if you don't have protobuf 3.5.0+.
15451 # You can't build the protoc plugins or protobuf-enabled targets if you don't have protobuf 3.5.0+.
15496 # You can't build the protoc plugins or protobuf-enabled targets if you don't have protobuf 3.5.0+.
15539 # You can't build the protoc plugins or protobuf-enabled targets if you don't have protobuf 3.5.0+.
[all …]
/external/golang-protobuf/
DAndroid.bp16 name: "protoc-gen-go_descriptor",
17 pkgPath: "github.com/golang/protobuf/protoc-gen-go/descriptor",
19 srcs: ["protoc-gen-go/descriptor/descriptor.pb.go"],
23 name: "protoc-gen-go_plugin",
24 pkgPath: "github.com/golang/protobuf/protoc-gen-go/plugin",
27 "protoc-gen-go_descriptor",
29 srcs: ["protoc-gen-go/plugin/plugin.pb.go"],
33 name: "protoc-gen-go_generator_internal_remap",
34 pkgPath: "github.com/golang/protobuf/protoc-gen-go/generator/internal/remap",
35 srcs: ["protoc-gen-go/generator/internal/remap/remap.go"],
[all …]
Dregenerate.sh10 GOBIN=$tmpdir/bin go install ./protoc-gen-go
23 protoc-gen-go/testdata
32 protoc -I$dir --go_out=plugins=grpc,paths=source_relative:$dir $p
38 PROTO_INCLUDE=$(dirname $(dirname $(which protoc)))/include
44 protoc --go_out=paths=source_relative:$tmpdir google/protobuf/$p.proto
51 protoc --go_out=paths=source_relative:$tmpdir google/protobuf/descriptor.proto
52 cp $tmpdir/google/protobuf/descriptor.pb.go protoc-gen-go/descriptor
53 cp $PROTO_INCLUDE/google/protobuf/descriptor.proto protoc-gen-go/descriptor
/external/grpc-grpc/third_party/nanopb/tools/
Dmake_linux_package.sh22 cp $DEST/generator/nanopb_generator.py $DEST/generator/protoc-gen-nanopb.py
25 ( cd $DEST/generator; bbfreeze nanopb_generator.py protoc-gen-nanopb.py )
29 rm $DEST/generator/protoc-gen-nanopb.py
32 cp `which protoc` $DEST/generator-bin/protoc.bin
33 LIBPROTOC=$(ldd `which protoc` | grep -o '/.*libprotoc[^ ]*')
34 LIBPROTOBUF=$(ldd `which protoc` | grep -o '/.*libprotobuf[^ ]*')
36 cat > $DEST/generator-bin/protoc << EOF
43 chmod +x $DEST/generator-bin/protoc
Dmake_mac_package.sh31 cp $DEST/generator-bin/nanopb_generator $DEST/generator-bin/protoc-gen-nanopb
34 cp `which protoc` $DEST/generator-bin/protoc.bin
35 LIBPROTOC=$(otool -L `which protoc` | grep -o '/.*libprotoc[^ ]*')
36 LIBPROTOBUF=$(otool -L `which protoc` | grep -o '/.*libprotobuf[^ ]*')
38 cat > $DEST/generator-bin/protoc << EOF
45 chmod +x $DEST/generator-bin/protoc
/external/nanopb-c/tools/
Dmake_mac_package.sh31 cp $DEST/generator-bin/nanopb_generator $DEST/generator-bin/protoc-gen-nanopb
34 cp `which protoc` $DEST/generator-bin/protoc.bin
35 LIBPROTOC=$(otool -L `which protoc` | grep -o '/.*libprotoc[^ ]*')
36 LIBPROTOBUF=$(otool -L `which protoc` | grep -o '/.*libprotobuf[^ ]*')
38 cat > $DEST/generator-bin/protoc << EOF
45 chmod +x $DEST/generator-bin/protoc
Dmake_linux_package.sh31 cp $DEST/generator-bin/nanopb_generator $DEST/generator-bin/protoc-gen-nanopb
34 cp `which protoc` $DEST/generator-bin/protoc.bin
35 LIBPROTOC=$(ldd `which protoc` | grep -o '/.*libprotoc[^ ]*')
36 LIBPROTOBUF=$(ldd `which protoc` | grep -o '/.*libprotobuf[^ ]*')
38 cat > $DEST/generator-bin/protoc << EOF
45 chmod +x $DEST/generator-bin/protoc
/external/grpc-grpc-java/compiler/
DREADME.md5 `.proto` file. It works with the Protobuf Compiler (``protoc``).
37 $ protoc --plugin=protoc-gen-grpc-java=build/exe/java_plugin/protoc-gen-grpc-java \
42 $ protoc --plugin=protoc-gen-grpc-java=build/exe/java_plugin/protoc-gen-grpc-java \
47 $ protoc --plugin=protoc-gen-grpc-java=build/exe/java_plugin/protoc-gen-grpc-java \
/external/perfetto/tools/
Dgen_binary_descriptors145 protoc = args.protoc or find_protoc()
146 assert protoc, 'protoc not found specific (--protoc PROTOC_PATH)'
147 assert os.path.exists(protoc), '{} does not exist'.format(protoc)
148 if protoc is not args.protoc:
149 print('Using protoc: {}'.format(protoc))
150 generate(source, target, protoc)
/external/grpc-grpc/third_party/nanopb/extra/
Dnanopb.mk22 PROTOC = $(NANOPB_DIR)/generator-bin/protoc
26 PROTOC = protoc
28 PROTOC_OPTS = --plugin=protoc-gen-nanopb=$(NANOPB_DIR)/generator/protoc-gen-nanopb.bat
30 PROTOC_OPTS = --plugin=protoc-gen-nanopb=$(NANOPB_DIR)/generator/protoc-gen-nanopb
/external/nanopb-c/extra/
Dnanopb.mk22 PROTOC = $(NANOPB_DIR)/generator-bin/protoc
26 PROTOC = protoc
28 PROTOC_OPTS = --plugin=protoc-gen-nanopb=$(NANOPB_DIR)/generator/protoc-gen-nanopb.bat
30 PROTOC_OPTS = --plugin=protoc-gen-nanopb=$(NANOPB_DIR)/generator/protoc-gen-nanopb
/external/nanopb-c/generator/
Dprotoc-gen-nanopb.bat3 :: to protoc on Windows.
5 :: protoc --plugin=protoc-gen-nanopb=..../protoc-gen-nanopb.bat --nanopb_out=dir foo.proto
7 :: Note that if you use the binary package of nanopb, the protoc
12 python "%mydir%\nanopb_generator.py" --protoc-plugin
/external/cros/system_api/
Dsystem_api.gyp15 'includes': ['../../platform2/common-mk/protoc.gypi'],
47 'includes': ['../../platform2/common-mk/protoc.gypi'],
79 'includes': ['../../platform2/common-mk/protoc.gypi'],
104 'includes': ['../../platform2/common-mk/protoc.gypi'],
128 'includes': ['../../platform2/common-mk/protoc.gypi'],
153 'includes': ['../../platform2/common-mk/protoc.gypi'],
177 'includes': ['../../platform2/common-mk/protoc.gypi'],
204 'includes': ['../../platform2/common-mk/protoc.gypi'],
227 'includes': ['../../platform2/common-mk/protoc.gypi'],
250 'includes': ['../../platform2/common-mk/protoc.gypi'],
[all …]
/external/grpc-grpc/examples/objective-c/auth_sample/
DAuthTestService.podspec16 # Run protoc with the Objective-C and gRPC plugins to generate protocol messages and gRPC clients.
22 # Path where Cocoapods downloads protoc and the gRPC plugin.
24 protoc = "#{protoc_dir}/protoc"
32 #{protoc} \
33 --plugin=protoc-gen-grpc=#{plugin} \
41 # Files generated by protoc
55 # The generated files depend on the gRPC runtime, and on the files generated by protoc.
/external/grpc-grpc/examples/objective-c/helloworld/
DHelloWorld.podspec16 # Run protoc with the Objective-C and gRPC plugins to generate protocol messages and gRPC clients.
22 # Path where Cocoapods downloads protoc and the gRPC plugin.
24 protoc = "#{protoc_dir}/protoc"
32 #{protoc} \
33 --plugin=protoc-gen-grpc=#{plugin} \
41 # Files generated by protoc
55 # The generated files depend on the gRPC runtime, and on the files generated by protoc.
/external/grpc-grpc/examples/objective-c/route_guide/
DRouteGuide.podspec16 # Run protoc with the Objective-C and gRPC plugins to generate protocol messages and gRPC clients.
22 # Path where Cocoapods downloads protoc and the gRPC plugin.
24 protoc = "#{protoc_dir}/protoc"
32 #{protoc} \
33 --plugin=protoc-gen-grpc=#{plugin} \
41 # Files generated by protoc
55 # The generated files depend on the gRPC runtime, and on the files generated by protoc.
/external/grpc-grpc-java/protobuf-lite/
Dbuild.gradle36 protoc {
37 if (project.hasProperty('protoc')) {
38 path = project.protoc
40 artifact = "com.google.protobuf:protoc:${protocVersion}"
45 if (project.hasProperty('protoc-gen-javalite')) {
46 path = project['protoc-gen-javalite']
/external/grpc-grpc/third_party/nanopb/generator/
Dprotoc-gen-nanopb.bat3 :: to protoc on Windows.
5 :: protoc --plugin=nanopb=..../protoc-gen-nanopb.bat --nanopb_out=dir foo.proto
7 :: Note that if you use the binary package of nanopb, the protoc
12 python "%mydir%\nanopb_generator.py" --protoc-plugin
/external/grpc-grpc/src/android/test/interop/app/
Dbuild.gradle14 // The paths to the protoc and grpc_cpp_plugin binaries on the host system (codegen
16 def protoc = project.hasProperty('protoc') ?
17 project.property('protoc') : '/usr/local/bin/protoc'
28 arguments '-DPROTOBUF_PROTOC_EXECUTABLE=' + protoc
/external/grpc-grpc/examples/android/helloworld/app/
Dbuild.gradle14 // The paths to the protoc and grpc_cpp_plugin binaries on the host system (codegen
16 def protoc = project.hasProperty('protoc') ?
17 project.property('protoc') : '/usr/local/bin/protoc'
28 arguments '-Dhelloworld_PROTOBUF_PROTOC_EXECUTABLE=' + protoc
/external/protobuf/protoc-artifacts/
DREADME.md1 # Build scripts that publish pre-compiled protoc artifacts
2 ``protoc`` is the compiler for ``.proto`` files. It generates language bindings
5 Because ``protoc`` is a native executable, the scripts under this directory
6 build and publish a ``protoc`` executable (a.k.a. artifact) to Maven
8 would not need to compile and install ``protoc`` for their systems.
11 The version of the ``protoc`` artifact must be the same as the version of the
15 The name of a published ``protoc`` artifact is in the following format:
16 ``protoc-<version>-<os>-<arch>.exe``, e.g., ``protoc-3.0.0-alpha-3-windows-x86_64.exe``.
26 The following command will install the ``protoc`` artifact to your local Maven repository.
33 system properties. It's possible to build a protoc binary for an architecture
[all …]
/external/protobuf/
Dprotobuf.bzl71 args += ["--plugin=protoc-gen-grpc=" + ctx.executable.grpc_cpp_plugin.path]
79 executable=ctx.executable.protoc,
95 "protoc": attr.label(
120 protoc="//:protoc",
138 protoc: the label of the protocol compiler to generate the sources.
163 protoc=protoc,
183 protoc=protoc,
220 cmd = "$(location :protoc) --java_out=$(@D)/wellknown.jar" +
223 tools = [":protoc"],
235 protoc="//:protoc",
[all …]
/external/protobuf/csharp/
Dgenerate_protos.sh16 if [ -x cmake/build/Debug/protoc.exe ]; then
17 PROTOC=cmake/build/Debug/protoc.exe
18 elif [ -x cmake/build/Release/protoc.exe ]; then
19 PROTOC=cmake/build/Release/protoc.exe
20 elif [ -x src/protoc ]; then
21 PROTOC=src/protoc
/external/grpc-grpc/third_party/nanopb/
DREADME.md21 1. Compile your .proto files for nanopb, using protoc.
31 Using the Protocol Buffers compiler (protoc)
33 The nanopb generator is implemented as a plugin for the Google's own protoc
39 Mac OS X version), the 'protoc' binary is included in the 'generator-bin'
42 generator-bin/protoc --nanopb_out=. myprotocol.proto
45 need to provide your own version of protoc and the Google's protobuf library.
49 protoc, you need to manually give the path to nanopb generator:
51 protoc --plugin=protoc-gen-nanopb=nanopb/generator/protoc-gen-nanopb ...
/external/nanopb-c/
DREADME.md21 1. Compile your .proto files for nanopb, using protoc.
31 Using the Protocol Buffers compiler (protoc)
33 The nanopb generator is implemented as a plugin for the Google's own protoc
39 Mac OS X version), the 'protoc' binary is included in the 'generator-bin'
42 generator-bin/protoc --nanopb_out=. myprotocol.proto
45 need to provide your own version of protoc and the Google's protobuf library.
49 protoc, you need to manually give the path to nanopb generator:
51 protoc --plugin=protoc-gen-nanopb=nanopb/generator/protoc-gen-nanopb ...

12345678910>>...13