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/ |
D | regex_replace.hpp | 39 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/ |
D | regex_replace.hpp | 28 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/ |
D | mfc.hpp | 137 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 D | string_ops.py | 76 def regex_replace(input, pattern, rewrite, replace_global=True, name=None): function
|