Lines Matching refs:rule
85 _proto_gen = rule(
120 """Bazel rule to create a C++ protobuf library from proto source files
122 NOTE: the rule is only an internal workaround to generate protos. The
123 interface may change and the rule may be removed when bazel has introduced
124 the native rule.
136 The rule will simply be a provider for .proto files, so that other
161 # An empty cc_library to make rule dependency consistent.
199 """Bazel rule to generate the gen_well_known_protos_java genrule
262 """Bazel rule to create a Python protobuf library from proto source files
264 NOTE: the rule is only an internal workaround to generate protos. The
265 interface may change and the rule may be removed when bazel has introduced
266 the native rule.
317 name: the name of the rule.