Home
last modified time | relevance | path

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

/external/protobuf/python/
Dsetup.py20 protoc = "../src/protoc" variable
22 protoc = "../src/protoc.exe" variable
24 protoc = find_executable("protoc") variable
42 if protoc == None:
48 protoc_command = [ protoc, "-I../src", "-I.", "--python_out=.", source ]
DREADME.txt12 Protocol Compiler (protoc). If you downloaded this package from PyPI
40 3) Build the C++ code, or install a binary distribution of protoc. If
44 $ protoc --version
/external/protobuf/
DREADME.txt9 Buffer compiler (protoc) execute the following:
76 The makefiles normally invoke the protoc executable that they just
77 built in order to build tests. When cross-compiling, the protoc
79 you must build a copy of protoc for the host machine first, then use
80 the --with-protoc option to tell configure to use it instead. For
83 ./configure --with-protoc=protoc
85 This will use the installed protoc (found in your $PATH) instead of
91 ./configure --with-protoc=../host/src/protoc
93 Either way, you must make sure that the protoc executable you use
144 Buffer compiler (protoc), which is part of the C++ package.
Dgenerate_descriptor_proto.sh30 make $@ protoc &&
31 ./protoc --cpp_out=dllexport_decl=LIBPROTOBUF_EXPORT:. google/protobuf/descriptor.proto && \
32 ./protoc --cpp_out=dllexport_decl=LIBPROTOC_EXPORT:. google/protobuf/compiler/plugin.proto
Dconfigure.ac38 AC_ARG_WITH([protoc], optwith
39 [AS_HELP_STRING([--with-protoc=COMMAND],
40 …[use the given protoc command instead of building a new one when building tests (useful for cross-…
122 # No argument given. Use system protoc.
123 PROTOC=protoc
130 # is a nested package and --with-protoc was actually given on the outer
DCHANGES.txt17 protoc
25 * If the output location ends in .zip or .jar, protoc will write its output
27 protoc --java_out=myproto_srcs.jar --python_out=myproto.zip myproto.proto
122 * Cross-compiling should now be possible using the --with-protoc option to
125 protoc
163 * For each enum type Foo, protoc will generate functions:
227 protoc
237 the file), protoc incorrectly thought that the file was under ".", because
334 protoc
340 other than C++: just run protoc as a background process and have it output
DREADME.android13 Initially the protoc compiler is not integrated into the Android build system
D.gitignore50 src/protoc
DMakefile.am55 vsprojects/protoc.vcproj \
DMakefile.in242 vsprojects/protoc.vcproj \
Dconfigure1503 --with-protoc=COMMAND use the given protoc command instead of building a
16439 PROTOC=protoc
/external/protobuf/java/
DREADME.txt16 2) Build the C++ code, or obtain a binary distribution of protoc. If
20 $ protoc --version
22 You will need to place the protoc executable in ../src. (If you
72 1) Build the C++ code, or obtain a binary distribution of protoc. If
76 $ protoc --version
81 2) Invoke protoc to build DescriptorProtos.java:
83 $ protoc --java_out=src/main/java -I../src \
118 To generate code for the MICRO_RUNTIME invoke protoc with
204 Assuming you've only compiled and not installed protoc and
208 ../src/protoc --javamicro_out=. src/test/proto/simple-data.proto
[all …]
/external/protobuf/src/google/protobuf/compiler/
Dplugin.proto36 // protoc (aka the Protocol Compiler) can be extended via plugins. A plugin is
44 // plugin should be named "protoc-gen-$NAME", and will then be used when the
45 // flag "--${NAME}_out" is passed to protoc.
65 // protoc guarantees that all proto_files will be written after
70 // is not similarly optimized on protoc's end -- it will store all fields in
82 // problem in protoc itself -- such as the input CodeGeneratorRequest being
96 // and allows the generated text to be streamed back to protoc so that large
98 // this writing protoc does not optimize for this -- it will read the entire
134 // inserts into it must both run as part of a single invocatino of protoc.
Dzip_output_unittest.sh50 ./protoc --cpp_out=testzip.zip --python_out=testzip.zip --java_out=testzip.jar \
Dplugin.pb.h12 #error This file was generated by a newer version of protoc which is
17 #error This file was generated by an older version of protoc which is
19 #error regenerate this file with a newer version of protoc.
/external/chromium/chrome/browser/sync/protocol/
Dsync_proto.gyp36 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
44 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
54 '../../../../third_party/protobuf/protobuf.gyp:protoc#host',
/external/protobuf/examples/
DMakefile21 protoc --cpp_out=. --java_out=. --python_out=. addressbook.proto
/external/protobuf/src/
DMakefile.am201 bin_PROGRAMS = protoc program
278 unittest_proto_middleman: protoc$(EXEEXT) $(protoc_inputs)
279 …oldpwd=`pwd` && ( cd $(srcdir) && $$oldpwd/protoc$(EXEEXT) -I. --cpp_out=$$oldpwd $(protoc_inputs)…
294 check_PROGRAMS = protoc protobuf-test protobuf-lazy-descriptor-test \ program
DMakefile.in39 bin_PROGRAMS = protoc$(EXEEXT)
40 check_PROGRAMS = protoc$(EXEEXT) protobuf-test$(EXEEXT) \
894 protoc$(EXEEXT): $(protoc_OBJECTS) $(protoc_DEPENDENCIES)
895 @rm -f protoc$(EXEEXT)
2863 @USE_EXTERNAL_PROTOC_FALSE@unittest_proto_middleman: protoc$(EXEEXT) $(protoc_inputs)
2864 @USE_EXTERNAL_PROTOC_FALSE@ oldpwd=`pwd` && ( cd $(srcdir) && $$oldpwd/protoc$(EXEEXT) -I. --cpp_ou…
/external/protobuf/vsprojects/
Dprotobuf.sln11 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "protoc", "protoc.vcproj", "{1738D5F6-ED1E-47E0…
Dreadme.txt18 7) Copy protoc.exe wherever you put build tools (probably somewhere in your
/external/webrtc/src/modules/audio_processing/main/test/unit_test/
Daudio_processing_unittest.pb.h12 #error This file was generated by a newer version of protoc which is
17 #error This file was generated by an older version of protoc which is
19 #error regenerate this file with a newer version of protoc.
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h12 #error This file was generated by a newer version of protoc which is
17 #error This file was generated by an older version of protoc which is
19 #error regenerate this file with a newer version of protoc.