HomeSort by relevance Sort by last modified time
    Searched refs:sub_match (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/libcxx/test/re/re.syn/
csub_match.pass.cpp 12 // typedef sub_match<const char*> csub_match;
19 static_assert((std::is_same<std::sub_match<const char*>, std::csub_match>::value), "");
ssub_match.pass.cpp 12 // typedef sub_match<string::const_iterator> ssub_match;
19 static_assert((std::is_same<std::sub_match<std::string::const_iterator>, std::ssub_match>::value), "");
wcsub_match.pass.cpp 12 // typedef sub_match<const wchar_t*> wcsub_match;
19 static_assert((std::is_same<std::sub_match<const wchar_t*>, std::wcsub_match>::value), "");
wssub_match.pass.cpp 12 // typedef sub_match<wstring::const_iterator> wssub_match;
19 static_assert((std::is_same<std::sub_match<std::wstring::const_iterator>, std::wssub_match>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.syn/
csub_match.pass.cpp 12 // typedef sub_match<const char*> csub_match;
19 static_assert((std::is_same<std::sub_match<const char*>, std::csub_match>::value), "");
ssub_match.pass.cpp 12 // typedef sub_match<string::const_iterator> ssub_match;
19 static_assert((std::is_same<std::sub_match<std::string::const_iterator>, std::ssub_match>::value), "");
wcsub_match.pass.cpp 12 // typedef sub_match<const wchar_t*> wcsub_match;
19 static_assert((std::is_same<std::sub_match<const wchar_t*>, std::wcsub_match>::value), "");
wssub_match.pass.cpp 12 // typedef sub_match<wstring::const_iterator> wssub_match;
19 static_assert((std::is_same<std::sub_match<std::wstring::const_iterator>, std::wssub_match>::value), "");
  /external/libcxx/test/re/re.submatch/re.submatch.members/
default.pass.cpp 12 // template <class BidirectionalIterator> class sub_match;
14 // constexpr sub_match();
23 typedef std::sub_match<const CharT*> SM;
29 typedef std::sub_match<const CharT*> SM;
length.pass.cpp 12 // template <class BidirectionalIterator> class sub_match;
23 typedef std::sub_match<const CharT*> SM;
34 typedef std::sub_match<const CharT*> SM;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.members/
default.pass.cpp 12 // template <class BidirectionalIterator> class sub_match;
14 // constexpr sub_match();
23 typedef std::sub_match<const CharT*> SM;
29 typedef std::sub_match<const CharT*> SM;
length.pass.cpp 12 // template <class BidirectionalIterator> class sub_match;
23 typedef std::sub_match<const CharT*> SM;
34 typedef std::sub_match<const CharT*> SM;
  /external/libcxx/test/re/re.results/re.results.all/
get_allocator.pass.cpp 33 test<char>(test_allocator<std::sub_match<const char*> >(3));
34 test<wchar_t>(test_allocator<std::sub_match<const wchar_t*> >(3));
  /external/libcxx/test/re/re.results/re.results.const/
allocator.pass.cpp 33 test<char>(test_allocator<std::sub_match<const char*> >(3));
34 test<wchar_t>(test_allocator<std::sub_match<const wchar_t*> >(3));
default.pass.cpp 26 assert(m.get_allocator() == std::allocator<std::sub_match<const CharT*> >());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.all/
get_allocator.pass.cpp 33 test<char>(test_allocator<std::sub_match<const char*> >(3));
34 test<wchar_t>(test_allocator<std::sub_match<const wchar_t*> >(3));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.const/
allocator.pass.cpp 33 test<char>(test_allocator<std::sub_match<const char*> >(3));
34 test<wchar_t>(test_allocator<std::sub_match<const wchar_t*> >(3));
default.pass.cpp 26 assert(m.get_allocator() == std::allocator<std::sub_match<const CharT*> >());
  /external/libcxx/test/re/re.iter/re.tokiter/
types.pass.cpp 19 // typedef sub_match<BidirectionalIterator> value_type;
34 static_assert((std::is_same<typename I::value_type, std::sub_match<const CharT*> >::value), "");
36 static_assert((std::is_same<typename I::pointer, const std::sub_match<const CharT*>*>::value), "");
37 static_assert((std::is_same<typename I::reference, const std::sub_match<const CharT*>&>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.tokiter/
types.pass.cpp 19 // typedef sub_match<BidirectionalIterator> value_type;
34 static_assert((std::is_same<typename I::value_type, std::sub_match<const CharT*> >::value), "");
36 static_assert((std::is_same<typename I::pointer, const std::sub_match<const CharT*>*>::value), "");
37 static_assert((std::is_same<typename I::reference, const std::sub_match<const CharT*>&>::value), "");
  /external/libcxx/test/re/re.submatch/
types.pass.cpp 13 // class sub_match
33 typedef std::sub_match<char*> SM;
46 typedef std::sub_match<wchar_t*> SM;
59 static_assert((std::is_same<std::csub_match, std::sub_match<const char*> >::value), "");
60 static_assert((std::is_same<std::wcsub_match, std::sub_match<const wchar_t*> >::value), "");
61 static_assert((std::is_same<std::ssub_match, std::sub_match<std::string::const_iterator> >::value), "");
62 static_assert((std::is_same<std::wssub_match, std::sub_match<std::wstring::const_iterator> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/
types.pass.cpp 13 // class sub_match
33 typedef std::sub_match<char*> SM;
46 typedef std::sub_match<wchar_t*> SM;
59 static_assert((std::is_same<std::csub_match, std::sub_match<const char*> >::value), "");
60 static_assert((std::is_same<std::wcsub_match, std::sub_match<const wchar_t*> >::value), "");
61 static_assert((std::is_same<std::ssub_match, std::sub_match<std::string::const_iterator> >::value), "");
62 static_assert((std::is_same<std::wssub_match, std::sub_match<std::wstring::const_iterator> >::value), "");
  /external/libcxx/test/re/re.results/
types.pass.cpp 13 // class Allocator = allocator<sub_match<BidirectionalIterator>>>
17 // typedef sub_match<BidirectionalIterator> value_type;
36 static_assert((std::is_same<typename MR::value_type, std::sub_match<CharT*> >::value), "");
37 static_assert((std::is_same<typename MR::const_reference, const std::sub_match<CharT*>& >::value), "");
38 static_assert((std::is_same<typename MR::reference, std::sub_match<CharT*>& >::value), "");
42 static_assert((std::is_same<typename MR::allocator_type, std::allocator<std::sub_match<CharT*> > >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/
types.pass.cpp 13 // class Allocator = allocator<sub_match<BidirectionalIterator>>>
17 // typedef sub_match<BidirectionalIterator> value_type;
36 static_assert((std::is_same<typename MR::value_type, std::sub_match<CharT*> >::value), "");
37 static_assert((std::is_same<typename MR::const_reference, const std::sub_match<CharT*>& >::value), "");
38 static_assert((std::is_same<typename MR::reference, std::sub_match<CharT*>& >::value), "");
42 static_assert((std::is_same<typename MR::allocator_type, std::allocator<std::sub_match<CharT*> > >::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
regex.h 743 // [7.9] Class template sub_match
757 class sub_match : public std::pair<_BiIter, _BiIter> class in inherits:std::pair
769 constexpr sub_match() : matched() { } function in class:sub_match
818 compare(const sub_match& __s) const
822 * @brief Compares this sub_match to a string.
824 * @param s A string to compare to this sub_match.
835 * @brief Compares this sub_match to a C-style string.
837 * @param s A C-style string to compare to this sub_match.
850 typedef sub_match<const char*> csub_match;
852 typedef sub_match<string::const_iterator> ssub_match
    [all...]

Completed in 384 milliseconds

1 2 3