Home
last modified time | relevance | path

Searched refs:ProtoInfo (Results 1 – 18 of 18) sorted by relevance

/external/perfetto/bazel/
Dproto_gen.bzl22 for f in dep[ProtoInfo].direct_sources
27 for f in dep[ProtoInfo].transitive_imports.to_list()
101 providers = [ProtoInfo],
133 for f in dep[ProtoInfo].transitive_descriptor_sets.to_list()
149 providers = [ProtoInfo],
/external/rust/crates/grpcio-sys/grpc/bazel/
Dgenerate_cc.bzl7 load("@rules_proto//proto:defs.bzl", "ProtoInfo")
45 protos = [f for src in ctx.attr.srcs for f in src[ProtoInfo].check_deps_sources.to_list()]
49 for f in src[ProtoInfo].transitive_imports.to_list()
153 providers = [ProtoInfo],
Dgenerate_objc.bzl1 load("@rules_proto//proto:defs.bzl", "ProtoInfo")
25 for f in src[ProtoInfo].transitive_imports.to_list()
144 providers = [ProtoInfo],
Dpython_rules.bzl3 load("@rules_proto//proto:defs.bzl", "ProtoInfo")
71 providers = [ProtoInfo],
181 providers = [ProtoInfo],
Dprotobuf.bzl3 load("@rules_proto//proto:defs.bzl", "ProtoInfo")
159 for file in src[ProtoInfo].direct_sources:
168 for file in src[ProtoInfo].transitive_imports.to_list()
/external/pigweed/pw_protobuf_compiler/
Dpw_proto_library.bzl50 load("@rules_proto//proto:defs.bzl", "ProtoInfo")
300 for src in target[ProtoInfo].direct_sources:
328 target[ProtoInfo].transitive_descriptor_sets,
333 args.add_all(target[ProtoInfo].direct_sources, map_each = _get_short_path)
337 target[ProtoInfo].transitive_sources.to_list() + options_files,
338 transitive = [target[ProtoInfo].transitive_descriptor_sets],
416 providers = [ProtoInfo],
428 providers = [ProtoInfo],
440 providers = [ProtoInfo],
452 providers = [ProtoInfo],
/external/tensorflow/third_party/systemlibs/
Dgrpc.bazel.generate_cc.bzl44 protos = [f for src in ctx.attr.srcs for f in src[ProtoInfo].check_deps_sources.to_list()]
48 for f in src[ProtoInfo].transitive_imports.to_list()
153 providers = [ProtoInfo],
Dgrpc.bazel.protobuf.bzl155 for file in src[ProtoInfo].direct_sources:
164 for file in src[ProtoInfo].transitive_imports.to_list()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Dlua_proto_library.bzl73 proto_info = target[ProtoInfo]
107 providers = [ProtoInfo],
/external/tensorflow/third_party/protobuf/
Dprotobuf.patch78 +load("@rules_proto//proto:defs.bzl", "ProtoInfo")
96 + deps = [dep[ProtoInfo] for dep in ctx.attr.deps]
112 + providers = [ProtoInfo],
/external/rust/crates/grpcio-sys/grpc/third_party/upb/bazel/
Dupb_proto_library.bzl8 load("@rules_proto//proto:defs.bzl", "ProtoInfo") # copybara:strip_for_google3
220 proto_info = target[ProtoInfo]
299 providers = [ProtoInfo],
356 providers = [ProtoInfo],
/external/cronet/third_party/protobuf/
Dprotobuf.bzl3 load("@rules_proto//proto:defs.bzl", "ProtoInfo")
241 deps = [dep[ProtoInfo] for dep in ctx.attr.deps]
257 providers = [ProtoInfo],
335 deps = [d[ProtoInfo] for d in ctx.attr.deps]
381 providers = [ProtoInfo],
397 deps = [d[ProtoInfo] for d in ctx.attr.deps]
443 providers = [ProtoInfo],
/external/protobuf/
Dprotobuf.bzl3 load("@rules_proto//proto:defs.bzl", "ProtoInfo")
244 deps = [dep[ProtoInfo] for dep in ctx.attr.deps]
260 providers = [ProtoInfo],
338 deps = [d[ProtoInfo] for d in ctx.attr.deps]
384 providers = [ProtoInfo],
400 deps = [d[ProtoInfo] for d in ctx.attr.deps]
446 providers = [ProtoInfo],
/external/stardoc/test/testdata/providers_for_attributes_test/
Dinput.bzl39 providers = [ProtoInfo, DefaultInfo, JavaInfo],
/external/pigweed/third_party/rules_proto_grpc/
Dinternal_proto.bzl25 load("@rules_proto//proto:defs.bzl", "ProtoInfo")
173 providers = [ProtoInfo],
/external/clang/tools/c-index-test/
Dc-index-test.c3036 static void printProtocolList(const CXIdxObjCProtocolRefListInfo *ProtoInfo, in printProtocolList() argument
3039 for (i = 0; i < ProtoInfo->numProtocols; ++i) { in printProtocolList()
3041 ProtoInfo->protocols[i]->protocol); in printProtocolList()
3043 PrintCursor(ProtoInfo->protocols[i]->cursor, NULL); in printProtocolList()
3045 printCXIndexLoc(ProtoInfo->protocols[i]->loc, client_data); in printProtocolList()
3166 const CXIdxObjCProtocolRefListInfo *ProtoInfo; in index_indexDeclaration() local
3230 if ((ProtoInfo = clang_index_getObjCProtocolRefListInfo(info))) { in index_indexDeclaration()
3231 printProtocolList(ProtoInfo, client_data); in index_indexDeclaration()
/external/protobuf/pkg/
Dbuild_systems.bzl119 if ProtoInfo in target:
/external/clang/lib/Parse/
DParseObjc.cpp2049 IdentifierLocPair ProtoInfo(protocolName, nameLoc); in ParseObjCAtProtocolDeclaration() local
2050 return Actions.ActOnForwardProtocolDeclaration(AtLoc, ProtoInfo, in ParseObjCAtProtocolDeclaration()