HomeSort by relevance Sort by last modified time
    Searched refs:protoc (Results 51 - 75 of 120) sorted by null

1 23 4 5

  /external/protobuf/objectivec/
generate_well_known_types.sh 7 # to make when building protoc. This is particularly useful for passing
42 make $@ protoc
59 ./protoc --objc_out="${TMP_DIR}" ${RUNTIME_PROTO_FILES[@]}
  /external/protobuf/objectivec/google/protobuf/
Any.pbobjc.h 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
Duration.pbobjc.h 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
FieldMask.pbobjc.h 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
SourceContext.pbobjc.h 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
Timestamp.pbobjc.h 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
  /external/protobuf/
configure.ac 50 AC_ARG_WITH([protoc],
51 [AS_HELP_STRING([--with-protoc=COMMAND],
52 [use the given protoc command instead of building a new one when building tests (useful for cross-compiling)])],
134 PROTOC=$with_protoc
136 # No argument given. Use system protoc.
137 PROTOC=protoc
139 AS_IF([echo "$PROTOC" | grep -q '^@<:@^/@:>@.*/'], [
144 # is a nested package and --with-protoc was actually given on the outer
146 PROTOC=`pwd`/${ac_top_build_prefix}$PROTO
    [all...]
generate_descriptor_proto.sh 10 # to make when building protoc. This is particularly useful for passing
53 make $@ protoc
55 echo "Failed to build protoc."
59 ./protoc --cpp_out=dllexport_decl=LIBPROTOBUF_EXPORT:$TMP ${RUNTIME_PROTO_FILES[@]} && \
60 ./protoc --cpp_out=dllexport_decl=LIBPROTOC_EXPORT:$TMP google/protobuf/compiler/plugin.proto
84 # of the protoc.
  /external/protobuf/util/
configure.ac 50 AC_ARG_WITH([protoc],
51 [AS_HELP_STRING([--with-protoc=COMMAND],
52 [use the given protoc command instead of building a new one when building tests (useful for cross-compiling)])],
134 PROTOC=$with_protoc
136 # No argument given. Use system protoc.
137 PROTOC=protoc
139 AS_IF([echo "$PROTOC" | grep -q '^@<:@^/@:>@.*/'], [
144 # is a nested package and --with-protoc was actually given on the outer
146 PROTOC=`pwd`/${ac_top_build_prefix}$PROTO
    [all...]
generate_descriptor_proto.sh 10 # to make when building protoc. This is particularly useful for passing
53 make $@ protoc
55 echo "Failed to build protoc."
59 ./protoc --cpp_out=dllexport_decl=LIBPROTOBUF_EXPORT:$TMP ${RUNTIME_PROTO_FILES[@]} && \
60 ./protoc --cpp_out=dllexport_decl=LIBPROTOC_EXPORT:$TMP google/protobuf/compiler/plugin.proto
84 # of the protoc.
  /external/protobuf/objectivec/DevTools/
compile_testing_protos.sh 32 [[ -x src/protoc ]] || \
33 die "Could not find the protoc binary; make sure you have built it (objectivec/DevTools/full_mac_build.sh -h)."
45 src/.libs src/*.la src/protoc \
103 src/protoc \
  /external/protobuf/protoc-artifacts/
build-protoc.sh 3 # Builds protoc executable into target/protoc.exe
5 # Usage: build-protoc.sh <OS> <ARCH>
50 # Usage: checkArch <path-to-protoc>
94 # Usage: checkDependencies <path-to-protoc>
129 echo "Building protoc, OS=$OS ARCH=$ARCH"
137 MAKE_TARGET="protoc"
212 TARGET_FILE=target/protoc.exe
217 (cp ../src/protoc $TARGET_FILE || cp ../src/protoc.exe $TARGET_FILE) |
    [all...]
  /external/protobuf/src/google/protobuf/
duration.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.
empty.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.
timestamp.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.
any.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.
field_mask.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.
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
duration.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.
empty.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.
timestamp.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/js/
gulpfile.js 9 var protoc = process.env.PROTOC || '../src/protoc'; variable
12 exec(protoc + ' --js_out=library=testproto_libs,binary:. -I ../src -I . *.proto ../src/google/protobuf/descriptor.proto',
21 exec('mkdir -p commonjs_out && ' + protoc + ' --js_out=import_style=commonjs,binary:commonjs_out -I ../src -I commonjs -I . *.proto commonjs/test*/*.proto ../src/google/protobuf/descriptor.proto',
  /external/google-tv-pairing-protocol/java/
Makefile 63 protoc \
  /external/protobuf/src/google/protobuf/compiler/
zip_output_unittest.sh 35 # Test protoc's zip output mode.
43 PROTOC=./protoc
54 $PROTOC \
57 || fail 'protoc failed.'
  /build/soong/cc/
proto.go 29 proto = pctx.AndroidStaticRule("protoc",
51 Description: "protoc " + protoFile.Rel(),
81 // list of directories that will be added to the protoc include paths.
85 // be added to the protoc include paths.
  /external/protobuf/examples/
Makefile 25 protoc --cpp_out=. --java_out=. --python_out=. addressbook.proto
30 protoc --go_out=tutorial addressbook.proto

Completed in 1562 milliseconds

1 23 4 5