Searched refs:proto_library (Results 1 – 25 of 129) sorted by relevance
123456
/external/openscreen/third_party/libprotobuf-mutator/ |
D | fuzzable_proto_library.gni | 5 # A fuzzable_proto_library is a proto_library that is the same as any other in 7 # proto_library is built with the full protobuf runtime and any "optimize_for = 11 # protobuf runtime. tl;dr: A fuzzable_proto_library is a proto_library that can 16 import("//third_party/protobuf/proto_library.gni") 22 proto_library("proto_library_" + target_name) { 34 # Inspired by proto_library.gni's handling of 56 # fuzzable_proto_library should behave like a proto_library when 58 proto_library(target_name) {
|
/external/tflite-support/tensorflow_lite_support/cc/task/vision/proto/ |
D | BUILD | 12 proto_library( 31 proto_library( 52 proto_library( 78 proto_library( 111 proto_library( 137 proto_library( 165 proto_library( 191 proto_library(
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/ |
D | BUILD | 11 "proto_library", 16 proto_library( 41 proto_library( 110 proto_library( 115 proto_library( 120 proto_library( 125 proto_library( 130 proto_library(
|
D | build_defs.bzl | 10 def proto_library(**kwargs): 11 native.proto_library( 48 proto_library(
|
D | BUILD.googleapis | 3 "proto_library", 6 proto_library(
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/ |
D | BUILD | 18 load("@rules_proto//proto:defs.bzl", "proto_library") 73 proto_library( 95 proto_library( 130 proto_library( 217 proto_library( 237 proto_library( 254 proto_library( 265 proto_library( 275 proto_library(
|
/external/rust/crates/grpcio-sys/grpc/bazel/ |
D | cc_grpc_library.bzl | 1 """Generates and compiles C++ grpc stubs from proto_library rules.""" 3 load("@rules_proto//proto:defs.bzl", "proto_library") 19 If grpc_only is True, this rule is compatible with proto_library and 20 cc_proto_library native rules such that it expects proto_library target 32 or if grpc_only parameter is True, a single proto_library which 34 deps (list): A list of C++ proto_library (or cc_proto_library) which 41 specified as explicit dependencies of the proto_library target 67 proto_library(
|
/external/perfetto/gn/ |
D | proto_library.gni | 37 # proto_library("xxx_lite") { sources = [...], deps = [ "dep:lite"] } 40 # Load the protobuf's proto_library() definition. 50 perfetto_protobuf_gni = "//gn/standalone/proto_library.gni" 52 perfetto_protobuf_gni = "//third_party/protobuf/proto_library.gni" 64 # Equivalent to proto_library (generation of .h/.cc from .proto files) but 70 proto_library(target_name) { 122 proto_library(target_name) { 163 proto_library(target_name) { 231 # disable the proto_library's public_config to avoid duplicate include 278 proto_library(target_name_) { [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/ |
D | BUILD | 38 proto_library( 62 proto_library( 79 proto_library( 105 proto_library( 177 proto_library( 183 proto_library(
|
/external/tensorflow/third_party/systemlibs/ |
D | grpc.bazel.cc_grpc_library.bzl | 1 """Generates and compiles C++ grpc stubs from proto_library rules.""" 18 If grpc_only is True, this rule is compatible with proto_library and 19 cc_proto_library native rules such that it expects proto_library target 31 or if grpc_only parameter is True, a single proto_library which 33 deps (list): A list of C++ proto_library (or cc_proto_library) which 40 specified as explicit dependencies of the proto_library target 67 native.proto_library(
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/proto2/ |
D | BUILD.bazel | 1 load("@rules_proto//proto:defs.bzl", "proto_library") 8 proto_library( 18 proto_library(
|
/external/nos/host/generic/nugget/proto/ |
D | BUILD | 323 proto_library( 331 proto_library( 342 proto_library( 355 proto_library( 366 proto_library( 377 proto_library( 385 proto_library( 393 proto_library( 404 proto_library( 415 proto_library( [all …]
|
/external/protobuf/examples/ |
D | BUILD | 2 # proto_library/<lang>_proto_library rules in a BUILD file, you need to 7 # For each .proto file, a proto_library target should be defined. This target 13 proto_library( 19 # The cc_proto_library rule generates C++ code for a proto_library rule. It 20 # must have exactly one proto_library dependency. If you want to use multiple 21 # proto_library targets, create a separate cc_proto_library target for each
|
/external/rust/crates/grpcio-sys/grpc/bazel/test/python_test_repo/ |
D | BUILD | 17 load("@rules_proto//proto:defs.bzl", "proto_library") 27 proto_library( 70 # proto_library targets as deps when the latter use import_prefix and/or 74 proto_library(
|
/external/grpc-grpc/bazel/ |
D | cc_grpc_library.bzl | 1 """Generates and compiles C++ grpc stubs from proto_library rules.""" 12 srcs: a single proto_library, which wraps the .proto files with services. 13 deps: a list of C++ proto_library (or cc_proto_library) which provides 31 native.proto_library(
|
/external/rust/crates/grpcio-sys/grpc/bazel/test/python_test_repo/namespaced/upper/example/ |
D | BUILD | 17 load("@rules_proto//proto:defs.bzl", "proto_library") 29 proto_library( 36 proto_library( 43 proto_library( 50 proto_library(
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/examples/bazel/ |
D | BUILD | 1 load("@rules_proto//proto:defs.bzl", "proto_library") 6 proto_library(
|
/external/tensorflow/tensorflow/lite/tools/evaluation/proto/ |
D | BUILD | 26 proto_library( 57 proto_library( 76 proto_library(
|
/external/openscreen/cast/common/certificate/proto/ |
D | BUILD.gn | 7 import("//third_party/protobuf/proto_library.gni") 13 proto_library("certificate_unittest_proto") {
|
/external/grpc-grpc-java/examples/ |
D | BUILD.bazel | 3 proto_library( 19 proto_library( 37 proto_library(
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/gcp/ |
D | BUILD | 17 load("@rules_proto//proto:defs.bzl", "proto_library") 19 proto_library(
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/health/v1/ |
D | BUILD | 17 load("@rules_proto//proto:defs.bzl", "proto_library") 30 proto_library(
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/reflection/v1alpha/ |
D | BUILD | 17 load("@rules_proto//proto:defs.bzl", "proto_library") 30 proto_library(
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/lb/v1/ |
D | BUILD | 17 load("@rules_proto//proto:defs.bzl", "proto_library") 33 proto_library(
|
/external/pigweed/pw_build/py/pw_build/ |
D | generate_python_package.py | 70 proto_library: str) -> None: 176 proto_library: str = '', 181 _check_nested_protos(label, proto_library_file, proto_library)
|
123456