HomeSort by relevance Sort by last modified time
    Searched refs:match_results (Results 26 - 50 of 50) sorted by null

12

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_grep_matcher.h 39 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;
regex.h 1464 class match_results class in inherits:std::vector
1512 match_results(const _Allocator& __a = _Allocator()) function in class:match_results
1519 match_results(const match_results& __rhs) function in class:match_results
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_grep_matcher.h 39 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;
regex.h 1461 class match_results class in inherits:std::vector
1509 match_results(const _Allocator& __a = _Allocator()) function in class:match_results
1516 match_results(const match_results& __rhs) function in class:match_results
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_grep_matcher.h 39 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;
regex.h 1464 class match_results class in inherits:std::vector
1512 match_results(const _Allocator& __a = _Allocator()) function in class:match_results
1519 match_results(const match_results& __rhs) function in class:match_results
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_grep_matcher.h 39 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;
regex.h 1429 class match_results class in inherits:std::vector
1478 match_results(const _Alloc& __a = _Alloc()) function in class:match_results
1485 match_results(const match_results& __rhs) function in class:match_results
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.form/
form1.pass.cpp 12 // class match_results<BidirectionalIterator, Allocator>
27 std::match_results<const char*> m;
39 std::match_results<const char*> m;
52 std::match_results<const char*> m;
66 std::match_results<const wchar_t*> m;
78 std::match_results<const wchar_t*> m;
91 std::match_results<const wchar_t*> m;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.acc/
length.pass.cpp 12 // class match_results<BidirectionalIterator, Allocator>
22 std::match_results<const char*> m;
str.pass.cpp 12 // class match_results<BidirectionalIterator, Allocator>
22 std::match_results<const char*> m;
index.pass.cpp 12 // class match_results<BidirectionalIterator, Allocator>
22 std::match_results<const char*> m;
position.pass.cpp 12 // class match_results<BidirectionalIterator, Allocator>
22 std::match_results<const char*> m;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex.h 1461 class match_results class in inherits:std::vector
1509 match_results(const _Allocator& __a = _Allocator()) function in class:match_results
1516 match_results(const match_results& __rhs) function in class:match_results
    [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 1461 class match_results class in inherits:std::vector
1509 match_results(const _Allocator& __a = _Allocator()) function in class:match_results
1516 match_results(const match_results& __rhs) function in class:match_results
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex.h 1461 class match_results class in inherits:std::vector
1509 match_results(const _Allocator& __a = _Allocator()) function in class:match_results
1516 match_results(const match_results& __rhs) function in class:match_results
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/
types.pass.cpp 14 // class match_results
35 typedef std::match_results<CharT*> MR;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/
awk.pass.cpp 15 // match_results<BidirectionalIterator, Allocator>& m,
677 std::match_results<BI> m;
    [all...]
basic.pass.cpp 15 // match_results<BidirectionalIterator, Allocator>& m,
678 std::match_results<BI> m;
    [all...]
ecma.pass.cpp 15 // match_results<BidirectionalIterator, Allocator>& m,
636 std::match_results<BI> m;
    [all...]
extended.pass.cpp 15 // match_results<BidirectionalIterator, Allocator>& m,
676 std::match_results<BI> m;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/
awk.pass.cpp 15 // match_results<BidirectionalIterator, Allocator>& m,
766 std::match_results<BI> m;
    [all...]
basic.pass.cpp 15 // match_results<BidirectionalIterator, Allocator>& m,
768 std::match_results<BI> m;
    [all...]
ecma.pass.cpp 15 // match_results<BidirectionalIterator, Allocator>& m,
744 std::match_results<BI> m;
    [all...]
extended.pass.cpp 15 // match_results<BidirectionalIterator, Allocator>& m,
766 std::match_results<BI> m;
    [all...]

Completed in 456 milliseconds

12