OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocate_called
(Results
1 - 6
of
6
) sorted by null
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
allocate_size.pass.cpp
29
A1<int>::
allocate_called
= false;
member in class:A1
31
assert(A1<int>::
allocate_called
== true);
36
A1<int>::
allocate_called
= false;
member in class:A1
38
assert(A1<int>::
allocate_called
== true);
43
A1<int>::
allocate_called
= false;
member in class:A1
45
assert(A1<int>::
allocate_called
== true);
allocate_size_hint.pass.cpp
29
A1<int>::
allocate_called
= false;
member in class:A1
31
assert(A1<int>::
allocate_called
== true);
36
A1<int>::
allocate_called
= false;
member in class:A1
38
assert(A1<int>::
allocate_called
== true);
43
A1<int>::
allocate_called
= false;
member in class:A1
45
assert(A1<int>::
allocate_called
== true);
51
A2<int>::
allocate_called
= false;
member in class:A2
53
assert(A2<int>::
allocate_called
== true);
58
A2<int>::
allocate_called
= false;
member in class:A2
60
assert(A2<int>::
allocate_called
== true)
65
A2<int>::
allocate_called
= false;
member in class:A2
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
allocate_size.pass.cpp
29
A1<int>::
allocate_called
= false;
member in class:A1
31
assert(A1<int>::
allocate_called
== true);
36
A1<int>::
allocate_called
= false;
member in class:A1
38
assert(A1<int>::
allocate_called
== true);
43
A1<int>::
allocate_called
= false;
member in class:A1
45
assert(A1<int>::
allocate_called
== true);
allocate_size_hint.pass.cpp
29
A1<int>::
allocate_called
= false;
member in class:A1
31
assert(A1<int>::
allocate_called
== true);
36
A1<int>::
allocate_called
= false;
member in class:A1
38
assert(A1<int>::
allocate_called
== true);
43
A1<int>::
allocate_called
= false;
member in class:A1
45
assert(A1<int>::
allocate_called
== true);
51
A2<int>::
allocate_called
= false;
member in class:A2
53
assert(A2<int>::
allocate_called
== true);
58
A2<int>::
allocate_called
= false;
member in class:A2
60
assert(A2<int>::
allocate_called
== true)
65
A2<int>::
allocate_called
= false;
member in class:A2
[
all
...]
/external/libcxx/test/support/
allocators.h
33
static bool
allocate_called
;
member in class:A1
46
allocate_called
= true;
60
template <class T> bool A1<T>::
allocate_called
= false;
member in class:A1
95
static bool
allocate_called
;
member in class:A2
102
allocate_called
= true;
109
template <class T> bool A2<T>::
allocate_called
= false;
member in class:A2
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
allocators.h
31
static bool
allocate_called
;
member in class:A1
44
allocate_called
= true;
58
template <class T> bool A1<T>::
allocate_called
= false;
member in class:A1
93
static bool
allocate_called
;
member in class:A2
100
allocate_called
= true;
107
template <class T> bool A2<T>::
allocate_called
= false;
member in class:A2
Completed in 67 milliseconds