Home
last modified time | relevance | path

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

/third_party/grpc/bazel/
Dpython_rules.bzl130 plugin_flags = ["grpc_2_0"] + context.attr.strip_prefixes
186 "strip_prefixes": attr.string_list(),
214 strip_prefixes = [],
224 strip_prefixes: (List of `strings`) If provided, this prefix will be
243 strip_prefixes = strip_prefixes,
/third_party/grpc/src/python/grpcio_channelz/grpc_channelz/v1/
DBUILD.bazel13 strip_prefixes = ["src.python.grpcio_channelz."],
/third_party/grpc/src/python/grpcio_health_checking/grpc_health/v1/
DBUILD.bazel13 strip_prefixes = ["src.python.grpcio_health_checking."],
/third_party/grpc/src/python/grpcio_reflection/grpc_reflection/v1alpha/
DBUILD.bazel14 strip_prefixes = ["src.python.grpcio_reflection."],
/third_party/boost/libs/program_options/src/
Dvalue_semantic.cpp307 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()
/third_party/boost/boost/program_options/
Derrors.hpp26 inline std::string strip_prefixes(const std::string& text) in strip_prefixes() function
/third_party/grpc/src/compiler/
Dpython_generator.cc860 std::vector<std::string>* strip_prefixes, in ParseParameters() argument
873 std::back_inserter(*strip_prefixes)); in ParseParameters()