Searched refs:match_results (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/bits/
H A Dregex_grep_matcher.h39 class match_results;
53 /// A _Results facade specialized for wrapping a templated match_results.
61 match_results<_FwdIterT, _Alloc>& __m);
71 match_results<_FwdIterT, _Alloc>& _M_results;
78 match_results<_FwdIterT, _Alloc>& __m)
84 typename match_results<_FwdIterT, _Alloc>::value_type __sm;
H A Dregex.h1392 // [7.10] Class template match_results
1410 * necessary by the member functions of class template match_results.
1429 class match_results class in inherits:std::vector
1474 * @brief Constructs a default %match_results container.
1478 match_results(const _Alloc& __a = _Alloc()) function in class:match_results
1483 * @brief Copy constructs a %match_results.
1485 match_results(const match_results& __rhs) function in class:match_results
1490 * @brief Move constructs a %match_results.
1492 match_results(match_result
1810 operator ==(const match_results<_Bi_iter, _Alloc>& __m1, const match_results<_Bi_iter, _Alloc>& __m2) argument
1834 operator !=(const match_results<_Bi_iter, _Alloc>& __m1, const match_results<_Bi_iter, _Alloc>& __m2) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/bits/
H A Dregex_grep_matcher.h39 class match_results;
47 // A _Results facade specialized for wrapping a templated match_results.
55 match_results<_FwdIterT, _Alloc>& __m);
65 match_results<_FwdIterT, _Alloc>& _M_results;
72 match_results<_FwdIterT, _Alloc>& __m)
78 typename match_results<_FwdIterT, _Alloc>::value_type __sm;
H A Dregex.h1424 // [7.10] Class template match_results
1442 * necessary by the member functions of class template match_results.
1461 class match_results class in inherits:std::vector
1505 * @brief Constructs a default %match_results container.
1509 match_results(const _Allocator& __a = _Allocator()) function in class:match_results
1514 * @brief Copy constructs a %match_results.
1516 match_results(const match_results& __rhs) function in class:match_results
1521 * @brief Move constructs a %match_results.
1523 match_results(match_result
1844 operator ==(const match_results<_Bi_iter, _Allocator>& __m1, const match_results<_Bi_iter, _Allocator>& __m2) argument
1868 operator !=(const match_results<_Bi_iter, _Allocator>& __m1, const match_results<_Bi_iter, _Allocator>& __m2) argument
[all...]

Completed in 143 milliseconds