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

1 2

  /ndk/sources/cxx-stl/llvm-libc++/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++/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;
compare_string_type.pass.cpp 12 // template <class BidirectionalIterator> class sub_match;
23 typedef std::sub_match<const CharT*> SM;
37 typedef std::sub_match<const CharT*> SM;
compare_value_type_ptr.pass.cpp 12 // template <class BidirectionalIterator> class sub_match;
23 typedef std::sub_match<const CharT*> SM;
36 typedef std::sub_match<const CharT*> SM;
operator_string.pass.cpp 12 // template <class BidirectionalIterator> class sub_match;
23 typedef std::sub_match<const CharT*> SM;
36 typedef std::sub_match<const CharT*> SM;
str.pass.cpp 12 // template <class BidirectionalIterator> class sub_match;
23 typedef std::sub_match<const CharT*> SM;
36 typedef std::sub_match<const CharT*> SM;
compare_sub_match.pass.cpp 12 // template <class BidirectionalIterator> class sub_match;
14 // int compare(const sub_match& s) const;
23 typedef std::sub_match<const CharT*> SM;
39 typedef std::sub_match<const CharT*> SM;
  /ndk/sources/cxx-stl/llvm-libc++/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++/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++/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++/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++/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, const 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/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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...]
regex_grep_matcher.h 36 class sub_match;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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...]
regex_grep_matcher.h 36 class sub_match;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex.h 746 // [7.9] Class template sub_match
760 class sub_match : public std::pair<_BiIter, _BiIter> class in inherits:std::pair
772 constexpr sub_match() : matched() { } function in class:sub_match
821 compare(const sub_match& __s) const
825 * @brief Compares this sub_match to a string.
827 * @param __s A string to compare to this sub_match.
838 * @brief Compares this sub_match to a C-style string.
840 * @param __s A C-style string to compare to this sub_match.
853 typedef sub_match<const char*> csub_match;
855 typedef sub_match<string::const_iterator> ssub_match
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.submatch/re.submatch.op/
stream.pass.cpp 12 // template <class BidirectionalIterator> class sub_match;
16 // operator<<(basic_ostream<charT, ST>& os, const sub_match<BiIter>& m);
27 typedef std::sub_match<typename string::const_iterator> SM;
compare.pass.cpp 12 // template <class BidirectionalIterator> class sub_match;
16 // operator==(const sub_match<BiIter>& lhs, const sub_match<BiIter>& rhs);
20 // operator!=(const sub_match<BiIter>& lhs, const sub_match<BiIter>& rhs);
24 // operator<(const sub_match<BiIter>& lhs, const sub_match<BiIter>& rhs);
28 // operator<=(const sub_match<BiIter>& lhs, const sub_match<BiIter>& rhs);
32 // operator>=(const sub_match<BiIter>& lhs, const sub_match<BiIter>& rhs)
224 typedef std::sub_match<typename string::const_iterator> sub_match; typedef
    [all...]

Completed in 180 milliseconds

1 2