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

1 2

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.swap/
member_swap.pass.cpp 12 // class match_results<BidirectionalIterator, Allocator>
14 // void swap(match_results& that);
22 std::match_results<const char*> m1;
25 std::match_results<const char*> m2;
27 std::match_results<const char*> m1_save = m1;
28 std::match_results<const char*> m2_save = m2;
non_member_swap.pass.cpp 12 // class match_results<BidirectionalIterator, Allocator>
15 // void swap(match_results<BidirectionalIterator, Allocator>& m1,
16 // match_results<BidirectionalIterator, Allocator>& m2);
24 std::match_results<const char*> m1;
27 std::match_results<const char*> m2;
29 std::match_results<const char*> m1_save = m1;
30 std::match_results<const char*> m2_save = m2;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.syn/
cmatch.pass.cpp 12 // typedef match_results<const char*> cmatch;
19 static_assert((std::is_same<std::match_results<const char*>, std::cmatch>::value), "");
smatch.pass.cpp 12 // typedef match_results<string::const_iterator> smatch;
19 static_assert((std::is_same<std::match_results<std::string::const_iterator>, std::smatch>::value), "");
wcmatch.pass.cpp 12 // typedef match_results<const wchar_t*> wcmatch;
19 static_assert((std::is_same<std::match_results<const wchar_t*>, std::wcmatch>::value), "");
wsmatch.pass.cpp 12 // typedef match_results<wstring::const_iterator> wsmatch;
19 static_assert((std::is_same<std::match_results<std::wstring::const_iterator>, std::wsmatch>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.nonmember/
equal.pass.cpp 12 // class match_results<BidirectionalIterator, Allocator>
16 // operator==(const match_results<BidirectionalIterator, Allocator>& m1,
17 // const match_results<BidirectionalIterator, Allocator>& m2);
21 // operator!=(const match_results<BidirectionalIterator, Allocator>& m1,
22 // const match_results<BidirectionalIterator, Allocator>& m2);
30 std::match_results<const char*> m1;
33 std::match_results<const char*> m2;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.acc/
begin_end.pass.cpp 12 // class match_results<BidirectionalIterator, Allocator>
23 std::match_results<const char*> m;
27 std::match_results<const char*>::const_iterator i = m.begin();
28 std::match_results<const char*>::const_iterator e = m.end();
cbegin_cend.pass.cpp 12 // class match_results<BidirectionalIterator, Allocator>
23 std::match_results<const char*> m;
27 std::match_results<const char*>::const_iterator i = m.cbegin();
28 std::match_results<const char*>::const_iterator e = m.cend();
prefix.pass.cpp 12 // class match_results<BidirectionalIterator, Allocator>
22 std::match_results<const char*> m;
suffix.pass.cpp 12 // class match_results<BidirectionalIterator, Allocator>
22 std::match_results<const char*> m;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.size/
max_size.pass.cpp 12 // class match_results<BidirectionalIterator, Allocator>
23 std::match_results<const CharT*> m;
empty.pass.cpp 12 // class match_results<BidirectionalIterator, Allocator>
24 std::match_results<const CharT*> m;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.state/
ready.pass.cpp 12 // class match_results<BidirectionalIterator, Allocator>
22 std::match_results<const char*> m;
32 std::match_results<const char*> m;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.regiter/
types.pass.cpp 19 // typedef match_results<BidirectionalIterator> value_type;
34 static_assert((std::is_same<typename I::value_type, std::match_results<const CharT*> >::value), "");
36 static_assert((std::is_same<typename I::pointer, const std::match_results<const CharT*>*>::value), "");
37 static_assert((std::is_same<typename I::reference, const std::match_results<const CharT*>&>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.form/
form4.pass.cpp 12 // class match_results<BidirectionalIterator, Allocator>
26 std::match_results<const char*> m;
35 std::match_results<const char*> m;
44 std::match_results<const char*> m;
54 std::match_results<const wchar_t*> m;
63 std::match_results<const wchar_t*> m;
72 std::match_results<const wchar_t*> m;
form2.pass.cpp 12 // class match_results<BidirectionalIterator, Allocator>
32 std::match_results<const char*> m;
43 std::match_results<const char*> m;
55 std::match_results<const char*> m;
68 std::match_results<const wchar_t*> m;
79 std::match_results<const wchar_t*> m;
91 std::match_results<const wchar_t*> m;
form3.pass.cpp 12 // class match_results<BidirectionalIterator, Allocator>
31 std::match_results<const char*> m;
40 std::match_results<const char*> m;
49 std::match_results<const char*> m;
59 std::match_results<const wchar_t*> m;
68 std::match_results<const wchar_t*> m;
77 std::match_results<const wchar_t*> m;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.const/
default.pass.cpp 12 // class match_results<BidirectionalIterator, Allocator>
14 // match_results(const Allocator& a = Allocator());
23 std::match_results<const CharT*> m;
allocator.pass.cpp 12 // class match_results<BidirectionalIterator, Allocator>
14 // match_results(const Allocator& a = Allocator());
25 std::match_results<const CharT*, Allocator> m(a);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
clean-header-guards 38 match_results = contents.match(/#ifndef (\S+)\n#define \1/s)
39 if match_results
40 current_guard = match_results[1]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.all/
get_allocator.pass.cpp 12 // class match_results<BidirectionalIterator, Allocator>
25 std::match_results<const CharT*, Allocator> m(a);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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;
  /prebuilts/ndk/8/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;

Completed in 118 milliseconds

1 2