Home
last modified time | relevance | path

Searched defs:regex_replace (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dregex_replace.hpp39 OutputIterator regex_replace(OutputIterator out, in regex_replace() function
73 std::basic_string<charT> regex_replace(const std::basic_string<charT>& s, in regex_replace() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dregex_replace.hpp28 OutputIterator regex_replace(OutputIterator out, in regex_replace() function
62 std::basic_string<charT> regex_replace(const std::basic_string<charT>& s, in regex_replace() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/
Dmfc.hpp137 OutputIterator regex_replace(OutputIterator out, in regex_replace() function
173 ATL::CSimpleStringT<B, b> regex_replace(const ATL::CSimpleStringT<B, b>& s, in regex_replace() function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dstring_ops.py76 def regex_replace(input, pattern, rewrite, replace_global=True, name=None): function