/external/libcxx/test/std/re/re.submatch/re.submatch.op/ |
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...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.op/ |
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...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
regex.h | 727 // [7.9] Class template sub_match 741 class sub_match : public std::pair<_BiIter, _BiIter> class in inherits:std::pair 753 constexpr sub_match() : matched() { } function in class:sub_match 802 compare(const sub_match& __s) const 806 * @brief Compares this sub_match to a string. 808 * @param __s A string to compare to this sub_match. 819 * @brief Compares this sub_match to a C-style string. 821 * @param __s A C-style string to compare to this sub_match. 834 typedef sub_match<const char*> csub_match; 837 typedef sub_match<string::const_iterator> ssub_match [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
regex.h | 727 // [7.9] Class template sub_match 741 class sub_match : public std::pair<_BiIter, _BiIter> class in inherits:std::pair 753 constexpr sub_match() : matched() { } function in class:sub_match 802 compare(const sub_match& __s) const 806 * @brief Compares this sub_match to a string. 808 * @param __s A string to compare to this sub_match. 819 * @brief Compares this sub_match to a C-style string. 821 * @param __s A C-style string to compare to this sub_match. 834 typedef sub_match<const char*> csub_match; 837 typedef sub_match<string::const_iterator> ssub_match [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
regex.h | 727 // [7.9] Class template sub_match 741 class sub_match : public std::pair<_BiIter, _BiIter> class in inherits:std::pair 753 constexpr sub_match() : matched() { } function in class:sub_match 802 compare(const sub_match& __s) const 806 * @brief Compares this sub_match to a string. 808 * @param __s A string to compare to this sub_match. 819 * @brief Compares this sub_match to a C-style string. 821 * @param __s A C-style string to compare to this sub_match. 834 typedef sub_match<const char*> csub_match; 837 typedef sub_match<string::const_iterator> ssub_match [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
regex.h | 805 // [7.9] Class template sub_match 819 class sub_match : public std::pair<_BiIter, _BiIter> class in inherits:std::pair 831 constexpr sub_match() : matched() { } function in class:sub_match 880 compare(const sub_match& __s) const 884 * @brief Compares this sub_match to a string. 886 * @param __s A string to compare to this sub_match. 897 * @brief Compares this sub_match to a C-style string. 899 * @param __s A C-style string to compare to this sub_match. 912 typedef sub_match<const char*> csub_match; 915 typedef sub_match<string::const_iterator> ssub_match [all...] |