/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/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...] |
/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...] |
/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...] |
/prebuilts/ndk/9/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/9/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...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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...] |