Home
last modified time | relevance | path

Searched refs:upb_proto_library (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
DBUILD8 "//bazel:upb_proto_library.bzl",
9 "upb_proto_library",
44 upb_proto_library(
73 upb_proto_library(
193 upb_proto_library(
198 upb_proto_library(
218 upb_proto_library(
/external/rust/crates/grpcio-sys/grpc/third_party/upb/examples/bazel/
DBUILD2 load("@upb//bazel:upb_proto_library.bzl", "upb_proto_library")
11 upb_proto_library(
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
DBUILD2 "//bazel:upb_proto_library.bzl",
3 "upb_proto_library",
21 upb_proto_library(
136 upb_proto_library(
/external/rust/crates/grpcio-sys/grpc/third_party/upb/
DREADME.md81 Then in your BUILD file you can add `upb_proto_library()` rules that
87 load("@upb//bazel:upb_proto_library.bzl", "upb_proto_library")
94 upb_proto_library(
DBUILD7 "//bazel:upb_proto_library.bzl",
9 "upb_proto_library",
111 # upb_proto_library() only. This interface is not stable and by using it you
129 upb_proto_library(
/external/rust/crates/grpcio-sys/grpc/third_party/upb/bazel/
Dupb_proto_library.bzl2 - upb_proto_library()
130 "copts": "copts for upb_proto_library()",
142 # upb_proto_library / upb_proto_reflection_library shared code #################
255 # upb_proto_library() ##########################################################
292 upb_proto_library = rule(
Dbuild_defs.bzl3 load(":upb_proto_library.bzl", "GeneratedSrcsInfo")
/external/rust/crates/grpcio-sys/grpc/bazel/
Dgrpc_build_system.bzl27 load("@upb//bazel:upb_proto_library.bzl", "upb_proto_library")
355 upb_proto_library(name = name, deps = deps)
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/
Dmake_cmakelists.py129 def upb_proto_library(self, **kwargs): member in BuildFileFunctions
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Dlua_proto_library.bzl33 # upb_proto_library / upb_proto_reflection_library shared code #################