Home
last modified time | relevance | path

Searched refs:protoc (Results 1 - 25 of 38) sorted by relevance

12

/third_party/protobuf/js/
H A Dgulpfile.js9 var protoc = process.env.PROTOC || '../src/protoc'; variable
57 exec(protoc + ' --js_out=one_output_file_per_input_file,binary:. -I ../src -I . ' + wellKnownTypes.join(' '),
66 exec(protoc + ' --js_out=library=testproto_libs1,binary:. -I ../src -I . ' + group1Protos.join(' '),
75 exec(protoc + ' --experimental_allow_proto3_optional --js_out=library=testproto_libs2,binary:. -I ../src -I . -I commonjs ' + group2Protos.join(' '),
84 exec('mkdir -p commonjs_out && ' + protoc + ' --js_out=import_style=commonjs,binary:commonjs_out -I ../src ' + wellKnownTypes.join(' '),
93 exec('mkdir -p commonjs_out && ' + protoc + ' --js_out=import_style=commonjs,binary:commonjs_out -I ../src -I commonjs -I . ' + group1Protos.join(' '),
102 exec('mkdir -p commonjs_out && ' + protoc + ' --experimental_allow_proto3_optional --js_out=import_style=commonjs,binary:commonjs_out -I ../src -I commonjs -I . ' + group2Protos.join(' '),
111 exec('mkdir -p commonjs_out/node_modules/google-protobuf && ' + protoc + ' --js_out=import_style=commonjs,binary:commonjs_out/node_modules/google-protobuf -I ../src ' + wellKnownTypes.join(' '),
120 exec(protoc
[all...]
/third_party/protobuf/python/
H A Dsetup.py24 protoc = os.environ['PROTOC'] variable
25 elif os.path.exists("../src/protoc"):
26 protoc = "../src/protoc" variable
27 elif os.path.exists("../src/protoc.exe"):
28 protoc = "../src/protoc.exe" variable
29 elif os.path.exists("../vsprojects/Debug/protoc.exe"):
30 protoc = "../vsprojects/Debug/protoc variable
32 protoc = "../vsprojects/Release/protoc.exe" global() variable
34 protoc = find_executable("protoc") global() variable
[all...]
H A Drelease.sh19 # Intentionally put a broken protoc in the path to make sure installation
20 # doesn't require protoc installed.
21 touch test-venv/bin/protoc
22 chmod +x test-venv/bin/protoc
/third_party/protobuf/php/tests/
H A Dcompatibility_test.sh62 OLD_VERSION_PROTOC=https://repo1.maven.org/maven2/com/google/protobuf/protoc/$OLD_VERSION/protoc-$OLD_VERSION-linux-x86_64.exe
69 # Check protoc
70 [ -f ../../src/protoc ] || {
71 echo "[ERROR]: Please build protoc first."
93 # Download old version protoc compiler (for linux)
97 NEW_PROTOC=`pwd`/../../src/protoc
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/
H A Dtest.sh43 OLD_VERSION_PROTOC=https://repo1.maven.org/maven2/com/google/protobuf/protoc/$OLD_VERSION/protoc-$OLD_VERSION-linux-x86_64.exe
47 # Check protoc
48 [ -f ../../../src/protoc ] || {
49 echo "[ERROR]: Please build protoc first."
53 # Download old version protoc compiler (for linux).
71 run_test "../../../src/protoc" "./old_protoc"
76 run_test "./old_protoc" "../../../src/protoc"
/third_party/protobuf/objectivec/
H A DGPBAny.pbobjc.h21 #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources.
24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
H A DGPBSourceContext.pbobjc.h21 #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources.
24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
H A DGPBFieldMask.pbobjc.h21 #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources.
24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
H A DGPBTimestamp.pbobjc.h21 #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources.
24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
H A DGPBDuration.pbobjc.h21 #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources.
24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
H A DGPBEmpty.pbobjc.h21 #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources.
24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
H A DGPBStruct.pbobjc.h21 #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources.
24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
H A DGPBWrappers.pbobjc.h21 #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources.
24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
H A DGPBApi.pbobjc.h21 #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources.
24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
/third_party/protobuf/objectivec/DevTools/
H A Dcompile_testing_protos.sh89 # Move to the top of the protobuf directories and ensure there is a protoc
92 [[ -x src/protoc ]] || \
93 die "Could not find the protoc binary; make sure you have built it (objectivec/DevTools/full_mac_build.sh -h)."
114 # If we haven't decided to run protoc because of a missing file, check to see if
123 src/.libs src/*.la src/protoc \
153 # Helper to invoke protoc
155 src/protoc \
/third_party/protobuf/src/google/protobuf/
H A Dempty.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.
H A Dduration.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.
H A Dsource_context.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.
H A Dtimestamp.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.
H A Dfield_mask.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.
/third_party/protobuf/protoc-artifacts/
H A Dbuild-protoc.sh3 # Builds protoc executable into target/<OS>/<ARCH>/protoc.exe; optionally builds
4 # protoc plugins into target/<OS>/<ARCH>/protoc-gen-*.exe
6 # Usage: ./build-protoc.sh <OS> <ARCH> <TARGET>
8 # <TARGET> can be "protoc" or "protoc-gen-javalite". Supported <OS> <ARCH>
36 protoc-gen-javalite)
38 protoc)
80 # Usage: checkArch <path-to-protoc>
[all...]
/third_party/protobuf/kokoro/linux/bazel/
H A Dbuild.sh29 //:protoc \
/third_party/protobuf/kokoro/release/protoc/windows/
H A Dbuild.bat8 echo Building protoc
/third_party/node/deps/v8/gni/
H A Dprotoc.py5 """Script to wrap protoc execution.
7 This script exists to work-around the bad depfile generation by protoc when
25 parser.add_argument('protoc')
35 cmd = [args.protoc] + custom + remaining
/third_party/protobuf/python/release/wheel/
H A Dprotobuf_optimized_pip.sh53 # Build protoc
57 export PROTOC=$DIR/src/protoc

Completed in 10 milliseconds

12