Searched refs:strip_prefixes (Results 1 – 7 of 7) sorted by relevance
130 plugin_flags = ["grpc_2_0"] + context.attr.strip_prefixes186 "strip_prefixes": attr.string_list(),214 strip_prefixes = [],224 strip_prefixes: (List of `strings`) If provided, this prefix will be243 strip_prefixes = strip_prefixes,
13 strip_prefixes = ["src.python.grpcio_channelz."],
13 strip_prefixes = ["src.python.grpcio_health_checking."],
14 strip_prefixes = ["src.python.grpcio_reflection."],
307 string original_token = strip_prefixes(m_substitutions.find("original_token")->second); in get_canonical_option_name()308 string option_name = strip_prefixes(m_substitutions.find("option")->second); in get_canonical_option_name()
26 inline std::string strip_prefixes(const std::string& text) in strip_prefixes() function
860 std::vector<std::string>* strip_prefixes, in ParseParameters() argument873 std::back_inserter(*strip_prefixes)); in ParseParameters()