Home
last modified time | relevance | path

Searched refs:cc_proto_library (Results 1 – 24 of 24) sorted by relevance

/external/tflite-support/tensorflow_lite_support/cc/port/
Dbuild_defs.bzl3 load("@com_google_protobuf//:protobuf.bzl", "cc_proto_library")
10 """Generate cc_proto_library for TFLite Support open source version.
13 name: the name of the cc_proto_library.
14 srcs: the .proto files of the cc_proto_library for Bazel use.
16 deps: a list of dependency labels for Bazel use; must be cc_proto_library.
20 cc_proto_library(**provided_args(
/external/rust/crates/grpcio-sys/grpc/bazel/
Dcc_grpc_library.bzl20 cc_proto_library native rules such that it expects proto_library target
22 protobuf messages classes library (cc_proto_library target) to be passed in
34 deps (list): A list of C++ proto_library (or cc_proto_library) which
38 Deprecated, use native cc_proto_library instead. False by default.
47 protobuf messages library (cc_proto_library target) to be passed as
74 native.cc_proto_library(
/external/tensorflow/third_party/systemlibs/
Dgrpc.bazel.cc_grpc_library.bzl19 cc_proto_library native rules such that it expects proto_library target
21 protobuf messages classes library (cc_proto_library target) to be passed in
33 deps (list): A list of C++ proto_library (or cc_proto_library) which
37 Deprecated, use native cc_proto_library instead. False by default.
46 protobuf messages library (cc_proto_library target) to be passed as
74 native.cc_proto_library(
Dprotobuf.BUILD4 "cc_proto_library",
88 cc_proto_library(
Dprotobuf.bzl159 language. You should prefer more specific `cc_proto_library `,
177 def cc_proto_library(
195 name: the name of the cc_proto_library.
196 srcs: the .proto files of the cc_proto_library.
197 deps: a list of dependency labels; must be cc_proto_library.
202 internal_bootstrap_hack: a flag indicate the cc_proto_library is used only
205 cc_proto_library can depend on it.
/external/protobuf/examples/
DBUILD19 # The cc_proto_library rule generates C++ code for a proto_library rule. It
21 # proto_library targets, create a separate cc_proto_library target for each
25 cc_proto_library(
30 # cc_library/cc_binary targets can depend on cc_proto_library targets.
43 # Similar to cc_proto_library but for Java.
DWORKSPACE11 # This com_google_protobuf_cc repository is required for cc_proto_library
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Dbuild_defs.bzl3 # load("//tools/build_defs/proto/cpp:cc_proto_library.bzl", _cc_proto_library="cc_proto_library")
7 _cc_proto_library = native.cc_proto_library
DBUILD36 cc_proto_library(
46 cc_proto_library(
140 cc_proto_library(
/external/nos/host/generic/nugget/proto/
DBUILD5 cc_proto_library(
13 cc_proto_library(
21 cc_proto_library(
29 cc_proto_library(
37 cc_proto_library(
45 cc_proto_library(
53 cc_proto_library(
61 cc_proto_library(
/external/tensorflow/third_party/
Dcoremltools.BUILD1 load("@com_google_protobuf//:protobuf.bzl", "cc_proto_library")
9 cc_proto_library(
/external/tensorflow/tensorflow/lite/tools/evaluation/proto/
DBUILD35 cc_proto_library(
66 cc_proto_library(
84 cc_proto_library(
/external/tensorflow/third_party/googleapis/
Dbuild_rules.bzl19 load("@rules_cc//cc:defs.bzl", native_cc_proto_library = "cc_proto_library")
41 def cc_proto_library(name, deps):
66 cc_proto_library
Drepository_rules.bzl38 "cc_proto_library": [
/external/protobuf/
Dprotobuf.bzl207 language. You should prefer more specific `cc_proto_library `,
225 def cc_proto_library(
243 name: the name of the cc_proto_library.
244 srcs: the .proto files of the cc_proto_library.
245 deps: a list of dependency labels; must be cc_proto_library.
250 internal_bootstrap_hack: a flag indicate the cc_proto_library is used only
253 cc_proto_library can depend on it.
DBUILD103 "cc_proto_library",
258 cc_proto_library(
485 cc_proto_library(
1132 cc_proto_library(
1137 cc_proto_library(
1151 cc_proto_library(
/external/opencensus-java/examples/
DWORKSPACE45 # proto_library, cc_proto_library, and java_proto_library rules implicitly
/external/tensorflow/tensorflow/core/platform/default/
Dbuild_config.bzl148 def cc_proto_library(
165 name: the name of the cc_proto_library.
166 srcs: the .proto files of the cc_proto_library.
167 deps: a list of dependency labels; must be cc_proto_library.
172 internal_bootstrap_hack: a flag indicate the cc_proto_library is used only
175 cc_proto_library can depend on it.
427 cc_proto_library(
/external/grpc-grpc/bazel/
Dcc_grpc_library.bzl13 deps: a list of C++ proto_library (or cc_proto_library) which provides
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/
Dmake_cmakelists.py120 def cc_proto_library(self, **kwargs): member in BuildFileFunctions
/external/perfetto/bazel/
Drules.bzl64 if not _rule_override("cc_proto_library", **kwargs):
65 native.cc_proto_library(**kwargs)
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
DBUILD62 cc_proto_library(
/external/tflite-support/third_party/
Dcom_google_protobuf_fixes.diff30 @@ -318,13 +320,13 @@ cc_proto_library(
/external/perfetto/bazel/standalone/
Dperfetto_cfg.bzl86 cc_proto_library = None,