OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_allocator
(Results
126 - 150
of
664
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
alloc.fail.cpp
17
#include "
test_allocator
.h"
23
typedef
test_allocator
<NotConstructible> A;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/
construct_default.pass.cpp
17
#include "
test_allocator
.h"
57
test1<std::vector<int,
test_allocator
<int> > >(
test_allocator
<int>(3));
58
test1<std::vector<NotConstructible,
test_allocator
<NotConstructible> > >
59
(
test_allocator
<NotConstructible>(5));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
alloc_F.pass.cpp
19
#include "
test_allocator
.h"
60
std::function<int(int)> f(std::allocator_arg,
test_allocator
<A>(), A());
67
std::function<int(int)> f(std::allocator_arg,
test_allocator
<int(*)(int)>(), g);
72
std::function<int(int)> f(std::allocator_arg,
test_allocator
<int(*)(int)>(),
80
test_allocator
<int(A::*)(int)const>(),
/external/libcxx/test/containers/sequences/list/list.cons/
move.pass.cpp
17
#include "
test_allocator
.h"
24
std::list<MoveOnly,
test_allocator
<MoveOnly> > l(
test_allocator
<MoveOnly>(5));
25
std::list<MoveOnly,
test_allocator
<MoveOnly> > lo(
test_allocator
<MoveOnly>(5));
31
std::list<MoveOnly,
test_allocator
<MoveOnly> > l2 = std::move(l);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/
move.pass.cpp
17
#include "
test_allocator
.h"
24
std::list<MoveOnly,
test_allocator
<MoveOnly> > l(
test_allocator
<MoveOnly>(5));
25
std::list<MoveOnly,
test_allocator
<MoveOnly> > lo(
test_allocator
<MoveOnly>(5));
31
std::list<MoveOnly,
test_allocator
<MoveOnly> > l2 = std::move(l);
/external/libcxx/test/thread/futures/futures.promise/
swap.pass.cpp
21
#include "../
test_allocator
.h"
27
std::promise<int> p0(std::allocator_arg,
test_allocator
<int>());
28
std::promise<int> p(std::allocator_arg,
test_allocator
<int>());
41
std::promise<int> p0(std::allocator_arg,
test_allocator
<int>());
42
std::promise<int> p(std::allocator_arg,
test_allocator
<int>());
55
std::promise<int> p0(std::allocator_arg,
test_allocator
<int>());
69
std::promise<int> p0(std::allocator_arg,
test_allocator
<int>());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/
swap.pass.cpp
21
#include "../
test_allocator
.h"
27
std::promise<int> p0(std::allocator_arg,
test_allocator
<int>());
28
std::promise<int> p(std::allocator_arg,
test_allocator
<int>());
41
std::promise<int> p0(std::allocator_arg,
test_allocator
<int>());
42
std::promise<int> p(std::allocator_arg,
test_allocator
<int>());
55
std::promise<int> p0(std::allocator_arg,
test_allocator
<int>());
69
std::promise<int> p0(std::allocator_arg,
test_allocator
<int>());
/external/libcxx/test/containers/sequences/vector.bool/
construct_default.pass.cpp
18
#include "
test_allocator
.h"
51
test1<std::vector<bool,
test_allocator
<bool> > >(
test_allocator
<bool>(3));
copy.pass.cpp
17
#include "
test_allocator
.h"
39
std::vector<bool,
test_allocator
<bool> > v(3, 2,
test_allocator
<bool>(5));
40
std::vector<bool,
test_allocator
<bool> > v2 = v;
/external/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
size.fail.cpp
24
#include "
test_allocator
.h"
32
test_allocator
<NotConstructible>
38
assert(c.get_allocator() == (
test_allocator
<NotConstructible>()));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
construct_default.pass.cpp
18
#include "
test_allocator
.h"
51
test1<std::vector<bool,
test_allocator
<bool> > >(
test_allocator
<bool>(3));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
size.fail.cpp
24
#include "
test_allocator
.h"
32
test_allocator
<NotConstructible>
38
assert(c.get_allocator() == (
test_allocator
<NotConstructible>()));
/external/libcxx/test/containers/sequences/deque/deque.cons/
alloc.pass.cpp
17
#include "
test_allocator
.h"
33
test<NotConstructible>(
test_allocator
<NotConstructible>(3));
copy.pass.cpp
16
#include "
test_allocator
.h"
35
std::deque<int,
test_allocator
<int> > v(3, 2,
test_allocator
<int>(5));
36
std::deque<int,
test_allocator
<int> > v2 = v;
/external/libcxx/test/strings/basic.string/string.cons/
default_noexcept.pass.cpp
20
#include "
test_allocator
.h"
37
typedef std::basic_string<char, std::char_traits<char>,
test_allocator
<char>> C;
move_assign_noexcept.pass.cpp
22
#include "
test_allocator
.h"
39
typedef std::basic_string<char, std::char_traits<char>,
test_allocator
<char>> C;
move_noexcept.pass.cpp
20
#include "
test_allocator
.h"
37
typedef std::basic_string<char, std::char_traits<char>,
test_allocator
<char>> C;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/
alloc.pass.cpp
17
#include "
test_allocator
.h"
33
test<NotConstructible>(
test_allocator
<NotConstructible>(3));
copy.pass.cpp
16
#include "
test_allocator
.h"
35
std::deque<int,
test_allocator
<int> > v(3, 2,
test_allocator
<int>(5));
36
std::deque<int,
test_allocator
<int> > v2 = v;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/
default_noexcept.pass.cpp
20
#include "
test_allocator
.h"
37
typedef std::basic_string<char, std::char_traits<char>,
test_allocator
<char>> C;
move_assign_noexcept.pass.cpp
22
#include "
test_allocator
.h"
39
typedef std::basic_string<char, std::char_traits<char>,
test_allocator
<char>> C;
move_noexcept.pass.cpp
20
#include "
test_allocator
.h"
37
typedef std::basic_string<char, std::char_traits<char>,
test_allocator
<char>> C;
/external/libcxx/test/containers/sequences/vector/vector.cons/
copy.pass.cpp
16
#include "
test_allocator
.h"
38
std::vector<int,
test_allocator
<int> > v(3, 2,
test_allocator
<int>(5));
39
std::vector<int,
test_allocator
<int> > v2 = v;
/external/libcxx/test/thread/futures/futures.shared_future/
dtor.pass.cpp
19
#include "../
test_allocator
.h"
28
std::promise<T> p(std::allocator_arg,
test_allocator
<T>());
42
std::promise<T> p(std::allocator_arg,
test_allocator
<int>());
56
std::promise<T> p(std::allocator_arg,
test_allocator
<T>());
/external/libcxx/test/thread/futures/futures.unique_future/
dtor.pass.cpp
19
#include "../
test_allocator
.h"
28
std::promise<T> p(std::allocator_arg,
test_allocator
<T>());
42
std::promise<T> p(std::allocator_arg,
test_allocator
<int>());
56
std::promise<T> p(std::allocator_arg,
test_allocator
<T>());
Completed in 1513 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>