HomeSort by relevance Sort by last modified time
    Searched refs:protoc (Results 1 - 11 of 11) sorted by null

  /external/protobuf/
generate_descriptor_proto.sh 10 # to make when building protoc. This is particularly useful for passing
30 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
configure.ac 38 AC_ARG_WITH([protoc],
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-compiling)])],
120 PROTOC=$with_protoc
122 # No argument given. Use system protoc.
123 PROTOC=protoc
125 AS_IF([echo "$PROTOC" | grep -q '^@<:@^/@:>@.*/'], [
130 # is a nested package and --with-protoc was actually given on the outer
132 PROTOC=`pwd`/${ac_top_build_prefix}$PROTO
    [all...]
Makefile.am 55 vsprojects/protoc.vcproj \
configure 765 PROTOC
    [all...]
  /external/protobuf/python/
setup.py 19 if os.path.exists("../src/protoc"):
20 protoc = "../src/protoc" variable
21 elif os.path.exists("../src/protoc.exe"):
22 protoc = "../src/protoc.exe" variable
24 protoc = find_executable("protoc") variable
42 if protoc == None:
44 "protoc is not installed nor found in ../src. Please compile it
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
zip_output_unittest.sh 35 # Test protoc's zip output mode.
50 ./protoc --cpp_out=testzip.zip --python_out=testzip.zip --java_out=testzip.jar \
51 testzip.proto || fail 'protoc failed.'
plugin.pb.h 12 #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/examples/
Makefile 21 protoc --cpp_out=. --java_out=. --python_out=. addressbook.proto
  /external/protobuf/src/
Makefile.am 219 bin_PROGRAMS = protoc
288 $(PROTOC) -I$(srcdir) --cpp_out=. $^
293 # We have to cd to $(srcdir) before executing protoc because $(protoc_inputs) is
296 unittest_proto_middleman: protoc$(EXEEXT) $(protoc_inputs)
297 oldpwd=`pwd` && ( cd $(srcdir) && $$oldpwd/protoc$(EXEEXT) -I. --cpp_out=$$oldpwd $(protoc_inputs) )
312 check_PROGRAMS = protoc protobuf-test protobuf-lazy-descriptor-test \
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.h 12 #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.
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 12 #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.
    [all...]

Completed in 381 milliseconds