Home
last modified time | relevance | path

Searched refs:sub_match (Results 1 – 25 of 54) sorted by relevance

123

/external/llvm-project/libcxx/test/std/re/re.results/re.results.const/
Dmove_assign.pass.cpp40 test<char> (std::allocator<std::sub_match<const char *> >()); in main()
41 test<wchar_t>(std::allocator<std::sub_match<const wchar_t *> >()); in main()
44 test<char> (test_allocator<std::sub_match<const char*> >(3)); in main()
45 test<wchar_t>(test_allocator<std::sub_match<const wchar_t*> >(3)); in main()
48 test<char> (other_allocator<std::sub_match<const char*> >(3)); in main()
49 test<wchar_t>(other_allocator<std::sub_match<const wchar_t*> >(3)); in main()
Dcopy_assign.pass.cpp39 test<char> (std::allocator<std::sub_match<const char *> >()); in main()
40 test<wchar_t>(std::allocator<std::sub_match<const wchar_t *> >()); in main()
43 test<char> (test_allocator<std::sub_match<const char*> >(3)); in main()
44 test<wchar_t>(test_allocator<std::sub_match<const wchar_t*> >(3)); in main()
47 test<char> (other_allocator<std::sub_match<const char*> >(3)); in main()
48 test<wchar_t>(other_allocator<std::sub_match<const wchar_t*> >(3)); in main()
Dcopy.pass.cpp35 test<char> (std::allocator<std::sub_match<const char *> >()); in main()
36 test<wchar_t>(std::allocator<std::sub_match<const wchar_t *> >()); in main()
38 test<char> (test_allocator<std::sub_match<const char*> >(3)); in main()
39 test<wchar_t>(test_allocator<std::sub_match<const wchar_t*> >(3)); in main()
Dmove.pass.cpp40 test<char> (std::allocator<std::sub_match<const char *> >()); in main()
41 test<wchar_t>(std::allocator<std::sub_match<const wchar_t *> >()); in main()
43 test<char> (test_allocator<std::sub_match<const char*> >(3)); in main()
45 test<wchar_t>(test_allocator<std::sub_match<const wchar_t*> >(3)); in main()
Dallocator.pass.cpp33 test<char>(test_allocator<std::sub_match<const char*> >(3)); in main()
34 test<wchar_t>(test_allocator<std::sub_match<const wchar_t*> >(3)); in main()
/external/libcxx/test/std/re/re.results/re.results.const/
Dmove_assign.pass.cpp41 test<char> (std::allocator<std::sub_match<const char *> >()); in main()
42 test<wchar_t>(std::allocator<std::sub_match<const wchar_t *> >()); in main()
45 test<char> (test_allocator<std::sub_match<const char*> >(3)); in main()
46 test<wchar_t>(test_allocator<std::sub_match<const wchar_t*> >(3)); in main()
49 test<char> (other_allocator<std::sub_match<const char*> >(3)); in main()
50 test<wchar_t>(other_allocator<std::sub_match<const wchar_t*> >(3)); in main()
Dcopy_assign.pass.cpp40 test<char> (std::allocator<std::sub_match<const char *> >()); in main()
41 test<wchar_t>(std::allocator<std::sub_match<const wchar_t *> >()); in main()
44 test<char> (test_allocator<std::sub_match<const char*> >(3)); in main()
45 test<wchar_t>(test_allocator<std::sub_match<const wchar_t*> >(3)); in main()
48 test<char> (other_allocator<std::sub_match<const char*> >(3)); in main()
49 test<wchar_t>(other_allocator<std::sub_match<const wchar_t*> >(3)); in main()
Dcopy.pass.cpp36 test<char> (std::allocator<std::sub_match<const char *> >()); in main()
37 test<wchar_t>(std::allocator<std::sub_match<const wchar_t *> >()); in main()
39 test<char> (test_allocator<std::sub_match<const char*> >(3)); in main()
40 test<wchar_t>(test_allocator<std::sub_match<const wchar_t*> >(3)); in main()
Dmove.pass.cpp41 test<char> (std::allocator<std::sub_match<const char *> >()); in main()
42 test<wchar_t>(std::allocator<std::sub_match<const wchar_t *> >()); in main()
44 test<char> (test_allocator<std::sub_match<const char*> >(3)); in main()
46 test<wchar_t>(test_allocator<std::sub_match<const wchar_t*> >(3)); in main()
Dallocator.pass.cpp34 test<char>(test_allocator<std::sub_match<const char*> >(3)); in main()
35 test<wchar_t>(test_allocator<std::sub_match<const wchar_t*> >(3)); in main()
/external/libcxx/test/std/re/re.submatch/
Dtypes.pass.cpp34 typedef std::sub_match<char*> SM; in main()
47 typedef std::sub_match<wchar_t*> SM; in main()
60 static_assert((std::is_same<std::csub_match, std::sub_match<const char*> >::value), ""); in main()
61 static_assert((std::is_same<std::wcsub_match, std::sub_match<const wchar_t*> >::value), ""); in main()
62 …static_assert((std::is_same<std::ssub_match, std::sub_match<std::string::const_iterator> >::value)… in main()
63 …static_assert((std::is_same<std::wssub_match, std::sub_match<std::wstring::const_iterator> >::valu… in main()
/external/llvm-project/libcxx/test/std/re/re.submatch/
Dtypes.pass.cpp33 typedef std::sub_match<char*> SM; in main()
46 typedef std::sub_match<wchar_t*> SM; in main()
59 static_assert((std::is_same<std::csub_match, std::sub_match<const char*> >::value), ""); in main()
60 static_assert((std::is_same<std::wcsub_match, std::sub_match<const wchar_t*> >::value), ""); in main()
61 …static_assert((std::is_same<std::ssub_match, std::sub_match<std::string::const_iterator> >::value)… in main()
62 …static_assert((std::is_same<std::wssub_match, std::sub_match<std::wstring::const_iterator> >::valu… in main()
/external/libcxx/test/std/re/re.results/
Dtypes.pass.cpp37 static_assert((std::is_same<typename MR::value_type, std::sub_match<CharT*> >::value), ""); in test()
38 …static_assert((std::is_same<typename MR::const_reference, const std::sub_match<CharT*>& >::value),… in test()
39 static_assert((std::is_same<typename MR::reference, std::sub_match<CharT*>& >::value), ""); in test()
43 …static_assert((std::is_same<typename MR::allocator_type, std::allocator<std::sub_match<CharT*> > >… in test()
/external/llvm-project/libcxx/test/std/re/re.results/
Dtypes.pass.cpp36 static_assert((std::is_same<typename MR::value_type, std::sub_match<CharT*> >::value), ""); in test()
37 …static_assert((std::is_same<typename MR::const_reference, const std::sub_match<CharT*>& >::value),… in test()
38 static_assert((std::is_same<typename MR::reference, std::sub_match<CharT*>& >::value), ""); in test()
42 …static_assert((std::is_same<typename MR::allocator_type, std::allocator<std::sub_match<CharT*> > >… in test()
/external/llvm-project/libcxx/test/std/re/re.iter/re.tokiter/
Dtypes.pass.cpp34 static_assert((std::is_same<typename I::value_type, std::sub_match<const CharT*> >::value), ""); in test()
36 …static_assert((std::is_same<typename I::pointer, const std::sub_match<const CharT*>*>::value), ""); in test()
37 …static_assert((std::is_same<typename I::reference, const std::sub_match<const CharT*>&>::value), "… in test()
/external/libcxx/test/std/re/re.iter/re.tokiter/
Dtypes.pass.cpp35 static_assert((std::is_same<typename I::value_type, std::sub_match<const CharT*> >::value), ""); in test()
37 …static_assert((std::is_same<typename I::pointer, const std::sub_match<const CharT*>*>::value), ""); in test()
38 …static_assert((std::is_same<typename I::reference, const std::sub_match<const CharT*>&>::value), "… in test()
/external/libcxx/test/std/re/re.submatch/re.submatch.members/
Ddefault.pass.cpp24 typedef std::sub_match<const CharT*> SM; in main()
30 typedef std::sub_match<const CharT*> SM; in main()
Dlength.pass.cpp24 typedef std::sub_match<const CharT*> SM; in main()
35 typedef std::sub_match<const CharT*> SM; in main()
/external/llvm-project/libcxx/test/std/re/re.submatch/re.submatch.members/
Ddefault.pass.cpp23 typedef std::sub_match<const CharT*> SM; in main()
29 typedef std::sub_match<const CharT*> SM; in main()
/external/llvm-project/libcxx/test/std/re/re.results/re.results.all/
Dget_allocator.pass.cpp33 test<char>(test_allocator<std::sub_match<const char*> >(3)); in main()
34 test<wchar_t>(test_allocator<std::sub_match<const wchar_t*> >(3)); in main()
/external/llvm-project/libcxx/include/
Dregex208 class sub_match
219 constexpr sub_match();
225 int compare(const sub_match& s) const;
230 typedef sub_match<const char*> csub_match;
231 typedef sub_match<const wchar_t*> wcsub_match;
232 typedef sub_match<string::const_iterator> ssub_match;
233 typedef sub_match<wstring::const_iterator> wssub_match;
237 operator==(const sub_match<BiIter>& lhs, const sub_match<BiIter>& rhs);
241 operator!=(const sub_match<BiIter>& lhs, const sub_match<BiIter>& rhs);
245 operator<(const sub_match<BiIter>& lhs, const sub_match<BiIter>& rhs);
[all …]
/external/libcxx/include/
Dregex207 class sub_match
218 constexpr sub_match();
224 int compare(const sub_match& s) const;
229 typedef sub_match<const char*> csub_match;
230 typedef sub_match<const wchar_t*> wcsub_match;
231 typedef sub_match<string::const_iterator> ssub_match;
232 typedef sub_match<wstring::const_iterator> wssub_match;
236 operator==(const sub_match<BiIter>& lhs, const sub_match<BiIter>& rhs);
240 operator!=(const sub_match<BiIter>& lhs, const sub_match<BiIter>& rhs);
244 operator<(const sub_match<BiIter>& lhs, const sub_match<BiIter>& rhs);
[all …]
/external/libcxx/test/std/re/re.results/re.results.all/
Dget_allocator.pass.cpp34 test<char>(test_allocator<std::sub_match<const char*> >(3)); in main()
35 test<wchar_t>(test_allocator<std::sub_match<const wchar_t*> >(3)); in main()
/external/llvm-project/libcxx/test/std/re/re.submatch/re.submatch.op/
Dcompare.pass.cpp224 typedef std::sub_match<typename string::const_iterator> sub_match; in test() typedef
225 sub_match sm1; in test()
229 sub_match sm2; in test()
/external/libcxx/test/std/re/re.submatch/re.submatch.op/
Dcompare.pass.cpp225 typedef std::sub_match<typename string::const_iterator> sub_match; in test() typedef
226 sub_match sm1; in test()
230 sub_match sm2; in test()

123