Home
last modified time | relevance | path

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

12345678910>>...19

/aosp_15_r20/external/tink/cc/proto/
H A DBUILD.bazel243 # cc_proto_library rules.
246 cc_proto_library(
252 cc_proto_library(
257 cc_proto_library(
263 cc_proto_library(
268 cc_proto_library(
274 cc_proto_library(
280 cc_proto_library(
285 cc_proto_library(
290 cc_proto_library(
[all …]
/aosp_15_r20/external/googleapis/google/api/
H A DBUILD.bazel504 load("@com_google_googleapis_imports//:imports.bzl", "cc_proto_library")
506 cc_proto_library(
511 cc_proto_library(
516 cc_proto_library(
521 cc_proto_library(
526 cc_proto_library(
531 cc_proto_library(
536 cc_proto_library(
541 cc_proto_library(
546 cc_proto_library(
[all …]
/aosp_15_r20/external/googleapis/google/type/
H A DBUILD.bazel275 "cc_proto_library",
278 cc_proto_library(
283 cc_proto_library(
288 cc_proto_library(
293 cc_proto_library(
298 cc_proto_library(
303 cc_proto_library(
308 cc_proto_library(
313 cc_proto_library(
318 cc_proto_library(
[all …]
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/port/
H A 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(
/aosp_15_r20/external/googleapis/google/api/expr/v1beta1/
H A DBUILD.bazel65 "cc_proto_library",
68 cc_proto_library(
73 cc_proto_library(
78 cc_proto_library(
83 cc_proto_library(
88 cc_proto_library(
/aosp_15_r20/external/googleapis/google/api/expr/v1alpha1/
H A DBUILD.bazel206 "cc_proto_library",
209 cc_proto_library(
214 cc_proto_library(
219 cc_proto_library(
224 cc_proto_library(
229 cc_proto_library(
/aosp_15_r20/external/tensorflow/third_party/systemlibs/
H A 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(
/aosp_15_r20/external/tensorflow/third_party/protobuf/
H A Dprotobuf.patch19 "cc_proto_library",
42 -cc_proto_library(
118 def cc_proto_library(
121 @@ -229,7 +255,6 @@ def cc_proto_library(
129 @@ -247,41 +272,17 @@ def cc_proto_library(
133 - internal_bootstrap_hack: a flag indicate the cc_proto_library is used only
136 - cc_proto_library can depend on it.
/aosp_15_r20/external/nos/host/generic/nugget/proto/
DBUILD10 cc_proto_library(
18 cc_proto_library(
26 cc_proto_library(
34 cc_proto_library(
42 cc_proto_library(
50 cc_proto_library(
58 cc_proto_library(
66 cc_proto_library(
/aosp_15_r20/external/cronet/third_party/protobuf/examples/
H A DBUILD.bazel7 load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_proto_library")
24 # The cc_proto_library rule generates C++ code for a proto_library rule. It
26 # proto_library targets, create a separate cc_proto_library target for each
30 cc_proto_library(
35 # cc_library/cc_binary targets can depend on cc_proto_library targets.
48 # Similar to cc_proto_library but for Java.
/aosp_15_r20/external/protobuf/examples/
H A DBUILD.bazel7 load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_proto_library")
24 # The cc_proto_library rule generates C++ code for a proto_library rule. It
26 # proto_library targets, create a separate cc_proto_library target for each
30 cc_proto_library(
35 # cc_library/cc_binary targets can depend on cc_proto_library targets.
48 # Similar to cc_proto_library but for Java.
/aosp_15_r20/external/grpc-grpc/bazel/
H A Dcc_grpc_library.bzl33 cc_proto_library native rules such that it expects proto_library target
35 protobuf messages classes library (cc_proto_library target) to be passed in
47 deps (list): A list of C++ proto_library (or cc_proto_library) which
51 Deprecated, use native cc_proto_library instead. False by default.
60 protobuf messages library (cc_proto_library target) to be passed as
88 native.cc_proto_library(
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/bazel/
Dcc_grpc_library.bzl33 cc_proto_library native rules such that it expects proto_library target
35 protobuf messages classes library (cc_proto_library target) to be passed in
47 deps (list): A list of C++ proto_library (or cc_proto_library) which
51 Deprecated, use native cc_proto_library instead. False by default.
60 protobuf messages library (cc_proto_library target) to be passed as
88 native.cc_proto_library(
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/proto/
H A DBUILD27 cc_proto_library(
37 cc_proto_library(
48 cc_proto_library(
59 cc_proto_library(
/aosp_15_r20/external/googleapis/google/rpc/
H A DBUILD.bazel91 "cc_proto_library",
94 cc_proto_library(
99 cc_proto_library(
104 cc_proto_library(
/aosp_15_r20/external/protobuf/conformance/
H A DBUILD.bazel3 load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library", "cc_proto_library")
20 cc_proto_library(
25 cc_proto_library(
36 cc_proto_library(
/aosp_15_r20/external/cronet/third_party/protobuf/conformance/
H A DBUILD.bazel3 load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library", "cc_proto_library")
20 cc_proto_library(
25 cc_proto_library(
36 cc_proto_library(
/aosp_15_r20/external/sandboxed-api/sandboxed_api/bazel/
H A Dproto.bzl20 """Converts proto name to cc_proto_library name.
26 The cc_proto_library name.
62 name: Name for proto_library and base for the cc_proto_library name, name +
77 native.cc_proto_library(
/aosp_15_r20/external/googleapis/google/iam/v1/
H A DBUILD.bazel9 "cc_proto_library",
142 cc_proto_library(
147 cc_proto_library(
152 cc_proto_library(
/aosp_15_r20/external/protobuf/benchmarks/
H A DBUILD.bazel1 load("@rules_cc//cc:defs.bzl", "cc_proto_library")
17 cc_proto_library(
48 cc_proto_library(
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/
H A DBUILD.bazel1 load("@rules_cc//cc:defs.bzl", "cc_proto_library")
17 cc_proto_library(
48 cc_proto_library(
/aosp_15_r20/external/googleapis/google/actions/type/
H A DBUILD.bazel149 "cc_proto_library",
152 cc_proto_library(
159 cc_proto_library(
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/proto/
H A DBUILD35 cc_proto_library(
66 cc_proto_library(
84 cc_proto_library(
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/
H A Dbuild_config.bzl151 def cc_proto_library(
168 name: the name of the cc_proto_library.
169 srcs: the .proto files of the cc_proto_library.
170 deps: a list of dependency labels; must be cc_proto_library.
175 internal_bootstrap_hack: a flag indicating if the cc_proto_library is used only
178 cc_proto_library can depend on it.
295 cc_proto_library native rules such that it expects proto_library target
297 protobuf messages classes library (cc_proto_library target) to be passed in
305 deps (list): A list of C++ proto_library (or cc_proto_library) which
496 cc_proto_library(
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
DBUILD27 # load("@rules_cc//cc:defs.bzl", "cc_proto_library")
65 cc_proto_library(
75 cc_proto_library(
171 cc_proto_library(

12345678910>>...19