Searched refs:strip_prefixes (Results 1 – 3 of 3) sorted by relevance
130 plugin_flags = ["grpc_2_0"] + context.attr.strip_prefixes183 "strip_prefixes": attr.string_list(),211 strip_prefixes = [],221 strip_prefixes: (List of `strings`) If provided, this prefix will be240 strip_prefixes = strip_prefixes,
57 def __init__(self, strip_prefixes, argument60 self.__strip_prefixes = sorted(strip_prefixes, key=_SortLengthFirstKey)
860 std::vector<std::string>* strip_prefixes, in ParseParameters() argument873 std::back_inserter(*strip_prefixes)); in ParseParameters()