/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/ |
D | concepts.hpp | 779 m_out = global_regex_namespace::regex_replace(m_out, m_in, m_in, e, m_string, m_mft); in constraints() 780 m_out = global_regex_namespace::regex_replace(m_out, m_in, m_in, e, m_string); in constraints() 781 m_string = global_regex_namespace::regex_replace(m_string, e, m_string, m_mft); in constraints() 783 m_string = global_regex_namespace::regex_replace(m_string, e, m_string); in constraints() 1074 out = regex_replace(out, m_in, m_in, ce, func3, f); in constraints() 1075 out = regex_replace(out, m_in, m_in, ce, func3); in constraints() 1076 out = regex_replace(out, m_in, m_in, ce, func2, f); in constraints() 1077 out = regex_replace(out, m_in, m_in, ce, func2); in constraints() 1078 out = regex_replace(out, m_in, m_in, ce, func1, f); in constraints() 1079 out = regex_replace(out, m_in, m_in, ce, func1); in constraints() [all …]
|
D | mfc.hpp | 137 OutputIterator regex_replace(OutputIterator out, in regex_replace() function 144 return ::boost::regex_replace(out, first, last, e, fmt.GetString(), flags); in regex_replace() 173 ATL::CSimpleStringT<B, b> regex_replace(const ATL::CSimpleStringT<B, b>& s, in regex_replace() function 180 regex_replace(i, s.GetString(), s.GetString() + s.GetLength(), e, fmt.GetString(), flags); in regex_replace()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/re/re.alg/re.alg.replace/ |
H A D | test6.pass.cpp | 28 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 35 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 43 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 51 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 59 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 67 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
|
H A D | test4.pass.cpp | 27 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 34 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 42 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 50 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 58 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 66 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
|
H A D | test5.pass.cpp | 28 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 35 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 43 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 51 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 59 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 67 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
|
H A D | test3.pass.cpp | 28 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 35 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 43 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 51 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 59 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 67 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
|
H A D | test2.pass.cpp | 35 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main() 47 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main() 60 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main() 73 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main() 86 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main() 99 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main()
|
H A D | test1.pass.cpp | 35 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main() 47 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main() 60 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main() 73 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main() 86 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main() 99 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main()
|
/aosp_15_r20/external/libcxx/test/std/re/re.alg/re.alg.replace/ |
H A D | test6.pass.cpp | 29 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 36 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 44 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 52 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 60 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 68 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
|
H A D | test5.pass.cpp | 29 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 36 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 44 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 52 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 60 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 68 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
|
H A D | test4.pass.cpp | 28 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 35 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 43 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 51 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 59 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 67 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
|
H A D | test3.pass.cpp | 29 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 36 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 44 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 52 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 60 std::string r = std::regex_replace(phone_book, phone_numbers, in main() 68 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
|
H A D | test2.pass.cpp | 36 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main() 48 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main() 61 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main() 74 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main() 87 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main() 100 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main()
|
H A D | test1.pass.cpp | 36 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main() 48 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main() 61 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main() 74 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main() 87 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main() 100 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/doc/ |
D | regex_replace.qbk | 9 [section:regex_replace regex_replace] 13 The algorithm [regex_replace] searches through a string finding all the 22 OutputIterator regex_replace(OutputIterator out, 30 basic_string<charT> regex_replace(const basic_string<charT>& s, 39 OutputIterator regex_replace(OutputIterator out, 128 basic_string<charT> regex_replace(const basic_string<charT>& s, 145 `regex_replace(back_inserter(result), s.begin(), s.end(), e, fmt, flags)`, 204 boost::regex_replace(oi, in.begin(), in.end(), 210 boost::regex_replace(out, s.begin(), s.end(),
|
D | mfc_strings.qbk | 167 [h4 regex_replace] 169 There are two additional overloads for [regex_replace], the first sends output 174 OutputIterator regex_replace(OutputIterator out, 181 [*Effects]: returns `::boost::regex_replace(out, first, last, e, fmt.GetString(), flags);` 184 ATL::CSimpleStringT<charT> regex_replace(const ATL::CSimpleStringT<charT>& s, 189 [*Effects]: returns a new string created using [regex_replace], and the same 204 return boost::regex_replace(s, e, human_format);
|
D | regex.qbk | 34 [template regex_replace[] [link boost_regex.ref.regex_replace `regex_replace`]] 71 [include regex_replace.qbk]
|
/aosp_15_r20/external/federated-compute/fcp/tracing/tools/ |
H A D | tracing_traits_generator_test.cc | 37 std::string header_guard_replaced = std::regex_replace( in PostProcessOutput() 41 std::string runfiles_replaced = std::regex_replace( in PostProcessOutput() 45 std::string directory_replaced = std::regex_replace( in PostProcessOutput() 48 return std::regex_replace(directory_replaced, fcp_base_path_simplifier, in PostProcessOutput()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/ |
D | regex_merge.hpp | 35 return regex_replace(out, first, last, e, fmt, flags); in regex_merge() 55 return regex_replace(s, e, fmt, flags); in regex_merge() 64 return regex_replace(s, e, fmt, flags); in regex_merge()
|
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 69 regex_replace(i, s.begin(), s.end(), e, fmt, flags); in regex_replace()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/ |
D | regex_merge.hpp | 46 return regex_replace(out, first, last, e, fmt, flags); in regex_merge() 66 return regex_replace(s, e, fmt, flags); in regex_merge() 75 return regex_replace(s, e, fmt, flags); in regex_merge()
|
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 80 regex_replace(i, s.begin(), s.end(), e, fmt, flags); in regex_replace()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/strings_ops/ |
H A D | regex_replace_op_test.py | 28 (gen_string_ops.regex_replace), 110 op = string_ops.regex_replace(input_vector, pattern, replace) 119 op = string_ops.regex_replace(input_vector, pattern, replace)
|
/aosp_15_r20/system/testing/gtest_extras/gtest_isolated/tests/ |
D | SystemTests.cpp | 151 std::regex_replace(raw_output_, std::regex("\\(\\d+ ms(\\)|\\s|,)"), "(XX ms$1"); in SanitizeOutput() 154 sanitized_output_ = std::regex_replace( in SanitizeOutput() 158 sanitized_output_ = std::regex_replace(sanitized_output_, in SanitizeOutput() 162 sanitized_output_ = std::regex_replace( in SanitizeOutput() 167 std::regex_replace(sanitized_output_, std::regex("( terminated by signal:) .*"), "$1 XXX"); in SanitizeOutput() 945 std::regex_replace(xml_output, std::regex("(time|timestamp)=\"[^\"]+\""), "$1=\"XX\""); in TEST_F() 947 xml_output = std::regex_replace(xml_output, std::regex("\"([^/\\s]+/)*[^/\\s]+:\\(\\d+\\)\\s"), in TEST_F()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/performance/ |
D | performance.cpp | 102 s = regex_replace(s, e, "\\\\$0"); in format_expression_as_quickbook() 103 s = regex_replace(s, open_b, "\\\\u005B"); in format_expression_as_quickbook() 104 s = regex_replace(s, close_b, "\\\\u005D"); in format_expression_as_quickbook()
|