Home
last modified time | relevance | path

Searched refs:strip_prefixes (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/bazel/
Dpython_rules.bzl130 plugin_flags = ["grpc_2_0"] + context.attr.strip_prefixes
183 "strip_prefixes": attr.string_list(),
211 strip_prefixes = [],
221 strip_prefixes: (List of `strings`) If provided, this prefix will be
240 strip_prefixes = strip_prefixes,
/external/python/apitools/apitools/gen/
Dutil.py57 def __init__(self, strip_prefixes, argument
60 self.__strip_prefixes = sorted(strip_prefixes, key=_SortLengthFirstKey)
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dpython_generator.cc860 std::vector<std::string>* strip_prefixes, in ParseParameters() argument
873 std::back_inserter(*strip_prefixes)); in ParseParameters()