Home
last modified time | relevance | path

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

123456

/external/nanopb-c/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[^ ]*')
35 cat > $DEST/generator-bin/protoc << EOF
42 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
Dmake_windows_package.sh23 cp $DEST/generator/nanopb_generator.py $DEST/generator/protoc-gen-nanopb.py
26 ( cd $DEST/generator; bbfreeze nanopb_generator.py protoc-gen-nanopb.py )
30 rm $DEST/generator/protoc-gen-nanopb.py
45 cp `which protoc.exe` $DEST/generator-bin/
/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=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/nanopb-c/
DREADME.txt14 1) Compile your .proto files for nanopb, using protoc.
24 Using the Protocol Buffers compiler (protoc)
26 The nanopb generator is implemented as a plugin for the Google's own protoc
32 Mac OS X version), the 'protoc' binary is included in the 'generator-bin'
35 generator-bin/protoc --nanopb_out=. myprotocol.proto
38 need to provide your own version of protoc and the Google's protobuf library.
42 protoc, you need to manually give the path to nanopb generator:
44 protoc --plugin=protoc-gen-nanopb=nanopb/generator/protoc-gen-nanopb ...
/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/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 …]
DREADME.md25 the [C++ Installation Instructions](src/README.md) to install protoc along
34 zip packages: protoc-$VERSION-$PLATFORM.zip. It contains the protoc binary
40 …/repo1.maven.org/maven2/com/google/protobuf/protoc/](http://repo1.maven.org/maven2/com/google/prot…
44 or you are using C++, it's recommended to build your own protoc binary from
47 If you would like to build protoc binary from source, see the [C++ Installation
59 | C++ (include C++ runtime and protoc) | [src](src) |
/external/protobuf/util/
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 …]
DREADME.md25 the [C++ Installation Instructions](src/README.md) to install protoc along
34 zip packages: protoc-$VERSION-$PLATFORM.zip. It contains the protoc binary
40 …/repo1.maven.org/maven2/com/google/protobuf/protoc/](http://repo1.maven.org/maven2/com/google/prot…
44 or you are using C++, it's recommended to build your own protoc binary from
47 If you would like to build protoc binary from source, see the [C++ Installation
59 | C++ (include C++ runtime and protoc) | [src](src) |
/external/protobuf/python/
Dsetup.py25 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
68 if protoc is None:
74 protoc_command = [ protoc, "-I../src", "-I.", "--python_out=.", source ]
/external/webrtc/webrtc/build/
Dprotoc.gypi9 # Copied from Chromium's src/build/protoc.gypi
17 # to invoke protoc in a consistent manner. For Java-targets, see
70 'protoc': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
72 'protoc': '<!(which protoc)',
82 '<(protoc)',
99 # Naively you'd use <(RULE_INPUT_PATH) here, but protoc requires
104 '<(protoc)',
128 '<(DEPTH)/third_party/protobuf/protobuf.gyp:protoc#host',
/external/protobuf/benchmarks/
DMakefile.am61 protoc_middleman: $(top_srcdir)/src/protoc$(EXEEXT) $(benchmarks_protoc_inputs) $(well_known_type_p…
62 …oldpwd=`pwd` && ( cd $(srcdir) && $$oldpwd/../src/protoc$(EXEEXT) -I. -I$(top_srcdir)/src --cpp_ou…
65 protoc_middleman2: $(top_srcdir)/src/protoc$(EXEEXT) $(benchmarks_protoc_inputs_proto2) $(well_know…
66 …oldpwd=`pwd` && ( cd $(srcdir) && $$oldpwd/../src/protoc$(EXEEXT) -I. -I$(top_srcdir)/src --cpp_ou…
/external/protobuf/js/
DREADME.md23 2. The Protocol Compiler `protoc`. This translates `.proto` files
27 (look for the `protoc-*.zip` files under **Downloads**).
36 If you want, you can compile `protoc` from source instead. To do this
40 Once you have `protoc` compiled, you can run the tests by typing:
46 # If your protoc is somewhere else than ../src/protoc, instead do this.
47 # But make sure your protoc is the same version as this (or compatible)!
48 $ PROTOC=/usr/local/bin/protoc npm test
70 $ protoc --js_out=library=myproto_libs,binary:. messages.proto base.proto
72 For Closure imports, `protoc` will generate a single output file
102 $ protoc --js_out=import_style=commonjs,binary:. messages.proto base.proto
[all …]
Dgulpfile.js9 var protoc = process.env.PROTOC || '../src/protoc'; variable
12 …exec(protoc + ' --js_out=library=testproto_libs,binary:. -I ../src -I . *.proto ../src/google/pro…
21 …exec('mkdir -p commonjs_out && ' + protoc + ' --js_out=import_style=commonjs,binary:commonjs_out -…
/external/protobuf/src/
DREADME.md43 Buffer compiler (protoc) execute the following:
128 The makefiles normally invoke the protoc executable that they just
129 built in order to build tests. When cross-compiling, the protoc
131 you must build a copy of protoc for the host machine first, then use
132 the --with-protoc option to tell configure to use it instead. For
135 ./configure --with-protoc=protoc
137 This will use the installed protoc (found in your $PATH) instead of
143 ./configure --with-protoc=../host/src/protoc
145 Either way, you must make sure that the protoc executable you use
178 If you only need the protoc binary, you can download it from the release
[all …]
/external/cros/system_api/
Dsystem_api.gyp15 'includes': ['../../platform2/common-mk/protoc.gypi'],
45 'includes': ['../../platform2/common-mk/protoc.gypi'],
75 'includes': ['../../platform2/common-mk/protoc.gypi'],
100 'includes': ['../../platform2/common-mk/protoc.gypi'],
124 'includes': ['../../platform2/common-mk/protoc.gypi'],
148 'includes': ['../../platform2/common-mk/protoc.gypi'],
171 'includes': ['../../platform2/common-mk/protoc.gypi'],
/external/protobuf/java/
DREADME.md20 2) Build the C++ code, or obtain a binary distribution of protoc. If
24 $ protoc --version
26 You will need to place the protoc executable in ../src. (If you
78 1) Build the C++ code, or obtain a binary distribution of protoc. If
82 $ protoc --version
87 2) Invoke protoc to build DescriptorProtos.java:
89 $ protoc --java_out=src/main/java -I../src \
/external/protobuf/docs/
Dthird_party.md11 * Action Script: https://code.google.com/p/protoc-gen-as3/
30 ….com/dart-lang/dart-protobuf (runtime) https://github.com/dart-lang/dart-protoc-plugin (code gener…
36 * Erlang: https://code.google.com/p/protoc-gen-erl/
42 * Haxe: https://github.com/Atry/protoc-gen-haxe
55 * Lua: http://code.google.com/p/protoc-gen-lua/
131 * https://github.com/sergei-ivanov/maven-protoc-plugin/
133 * http://code.google.com/p/maven-protoc-plugin/
134 * https://github.com/os72/protoc-jar-maven-plugin
135 * [Documentation generator plugin (Markdown/HTML/DocBook/...)](https://github.com/estan/protoc-gen-…
136 * [DocBook generator for .proto files](http://code.google.com/p/protoc-gen-docbook/)
[all …]
/external/google-breakpad/src/processor/proto/
DREADME2 using protoc from the protobuf project (http://code.google.com/p/protobuf/).
12 Running protoc:
13 protoc: error while loading shared libraries: libprotobuf.so.0: cannot open
/external/protobuf/cmake/
Dprotobuf-module.cmake.in103 # By default have PROTOBUF_GENERATE_CPP macro pass -I to protoc
116 _protobuf_find_libraries(PROTOBUF_PROTOC protoc)
125 # Set the protoc Executable
126 get_target_property(PROTOBUF_PROTOC_EXECUTABLE protoc
129 get_target_property(PROTOBUF_PROTOC_EXECUTABLE protoc
Dprotoc.cmake5 add_executable(protoc ${protoc_files}) target
6 target_link_libraries(protoc libprotobuf libprotoc)
/external/protobuf/ruby/
DREADME.md6 we recommend using protoc's Ruby generation support with .proto files. The
8 install protoc as well to have Ruby code generation functionality.
23 Once the gem is installed, you may or may not need `protoc`. If you write your
27 main `README` file. The version of `protoc` included in the latest release
38 # generated from my_proto_types.proto with protoc:
39 # $ protoc --ruby_out=. my_proto_types.proto

123456