HomeSort by relevance Sort by last modified time
    Searched defs:sub_match (Results 1 - 4 of 4) sorted by null

  /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)
225 typedef std::sub_match<typename string::const_iterator> sub_match; typedef
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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)
225 typedef std::sub_match<typename string::const_iterator> sub_match; typedef
    [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...]

Completed in 115 milliseconds