Home
last modified time | relevance | path

Searched refs:grpc_cpp_plugin (Results 1 – 25 of 35) sorted by relevance

12

/external/grpc-grpc/examples/android/helloworld/app/
Dbuild.gradle14 // The paths to the protoc and grpc_cpp_plugin binaries on the host system (codegen
18 def grpc_cpp_plugin = project.hasProperty('grpc_cpp_plugin') ?
19 project.property('grpc_cpp_plugin') : '/usr/local/bin/grpc_cpp_plugin'
29 arguments '-Dhelloworld_GRPC_CPP_PLUGIN_EXECUTABLE=' + grpc_cpp_plugin
DCMakeLists.txt6 set(helloworld_GRPC_CPP_PLUGIN_EXECUTABLE "/usr/local/bin/grpc_cpp_plugin" CACHE STRING "gRPC CPP p…
/external/grpc-grpc/src/android/test/interop/app/
Dbuild.gradle14 // The paths to the protoc and grpc_cpp_plugin binaries on the host system (codegen
18 def grpc_cpp_plugin = project.hasProperty('grpc_cpp_plugin') ?
19 project.property('grpc_cpp_plugin') : '/usr/local/bin/grpc_cpp_plugin'
29 arguments '-DgRPC_CPP_PLUGIN_EXECUTABLE=' + grpc_cpp_plugin
DCMakeLists.txt6 set(gRPC_CPP_PLUGIN_EXECUTABLE "/usr/local/bin/grpc_cpp_plugin" CACHE STRING "gRPC CPP plugin binar…
/external/tensorflow/third_party/systemlibs/
Dgrpc.BUILD56 outs = ["grpc_cpp_plugin.bin"],
57 cmd = "ln -s $$(which grpc_cpp_plugin) $@",
61 name = "grpc_cpp_plugin",
62 srcs = ["grpc_cpp_plugin.bin"],
Dprotobuf.bzl237 grpc_cpp_plugin = None
239 grpc_cpp_plugin = "//external:grpc_cpp_plugin"
251 plugin = grpc_cpp_plugin,
Dgrpc.bazel.cc_grpc_library.bzl91 plugin = "@com_github_grpc_grpc//src/compiler:grpc_cpp_plugin",
/external/tensorflow/tensorflow/
Dworkspace0.bzl24 name = "grpc_cpp_plugin",
25 actual = "@com_github_grpc_grpc//src/compiler:grpc_cpp_plugin",
65 name = "grpc_cpp_plugin",
66 actual = "@com_github_grpc_grpc//src/compiler:grpc_cpp_plugin",
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/linux/
Dgrpc_android.sh32 make protoc grpc_cpp_plugin -j2
36 PLUGIN=${REPO_ROOT}/cmake/build/grpc_cpp_plugin
/external/tensorflow/third_party/protobuf/
Dprotobuf.patch168 grpc_cpp_plugin = None
170 grpc_cpp_plugin = "//external:grpc_cpp_plugin"
/external/grpc-grpc/examples/android/helloworld/
DREADME.md14 - `protoc` and `grpc_cpp_plugin` binaries on the host system
/external/grpc-grpc/src/android/test/interop/
DREADME.md14 - `protoc` and `grpc_cpp_plugin` binaries on the host system
/external/grpc-grpc/examples/cpp/helloworld/
DCMakeLists.txt57 set(_GRPC_CPP_PLUGIN_EXECUTABLE $<TARGET_FILE:grpc_cpp_plugin>)
77 set(_GRPC_CPP_PLUGIN_EXECUTABLE $<TARGET_FILE:gRPC::grpc_cpp_plugin>)
DMakefile32 GRPC_CPP_PLUGIN = grpc_cpp_plugin
/external/grpc-grpc/examples/cpp/route_guide/
DMakefile32 GRPC_CPP_PLUGIN = grpc_cpp_plugin
/external/grpc-grpc/bazel/
Dgrpc_deps.bzl77 name = "grpc_cpp_plugin",
78 actual = "@com_github_grpc_grpc//:grpc_cpp_plugin",
Dcc_grpc_library.bzl46 plugin = "@com_github_grpc_grpc//:grpc_cpp_plugin"
/external/rust/crates/grpcio-sys/grpc/src/compiler/
DBUILD81 name = "grpc_cpp_plugin",
/external/tensorflow/tensorflow/tsl/platform/default/
Dbuild_config.bzl217 grpc_cpp_plugin = None
220 grpc_cpp_plugin = "//external:grpc_cpp_plugin"
234 plugin = grpc_cpp_plugin,
335 plugin = "//external:grpc_cpp_plugin",
/external/cronet/third_party/protobuf/
Dprotobuf.bzl298 grpc_cpp_plugin = None
300 grpc_cpp_plugin = "//external:grpc_cpp_plugin"
312 plugin = grpc_cpp_plugin,
/external/protobuf/
Dprotobuf.bzl301 grpc_cpp_plugin = None
303 grpc_cpp_plugin = "//external:grpc_cpp_plugin"
315 plugin = grpc_cpp_plugin,
/external/tensorflow/third_party/googleapis/
Dbuild_rules.bzl78 plugin = "@com_github_grpc_grpc//src/compiler:grpc_cpp_plugin",
/external/rust/crates/grpcio-sys/grpc/bazel/
Dcc_grpc_library.bzl91 plugin = "@com_github_grpc_grpc//src/compiler:grpc_cpp_plugin",
Dgrpc_deps.bzl100 name = "grpc_cpp_plugin",
101 actual = "@com_github_grpc_grpc//src/compiler:grpc_cpp_plugin",
/external/grpc-grpc/doc/
Dunit_testing.md64 protoc -I . --grpc_out=generate_mock_code=true:. --plugin=protoc-gen-grpc=`which grpc_cpp_plugin` e…

12