OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:match_results
(Results
1 - 25
of
86
) sorted by null
1
2
3
4
/external/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.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;
/external/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.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), "");
/external/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.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;
/external/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();
/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();
/external/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;
/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;
/external/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.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;
/external/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.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), "");
/external/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;
Completed in 855 milliseconds
1
2
3
4