OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Copyable
(Results
1 - 8
of
8
) sorted by null
/external/libcxx/test/std/containers/
Copyable.h
13
class
Copyable
/external/libcxx/test/std/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op=/
lv_value.pass.cpp
32
class
Copyable
36
Copyable
() : data_(0) {}
37
~
Copyable
() {data_ = -1;}
39
friend bool operator==(const
Copyable
& x, const
Copyable
& y)
45
test(std::list<
Copyable
>());
46
test(nasty_list<
Copyable
>());
/external/libcxx/test/std/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op=/
lv_value.pass.cpp
32
class
Copyable
36
Copyable
() : data_(0) {}
37
~
Copyable
() {data_ = -1;}
39
friend bool operator==(const
Copyable
& x, const
Copyable
& y)
45
test(std::vector<
Copyable
>());
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
special_member_generation_test.pass.cpp
55
test<
Copyable
>();
56
test<
Copyable
&>();
57
test<
Copyable
&&, false, true>();
103
test<
Copyable
>();
104
test<
Copyable
&>();
105
test<
Copyable
&&>();
/external/libcxx/test/std/containers/sequences/deque/
types.pass.cpp
37
#include "../../
Copyable
.h"
79
test<
Copyable
, test_allocator<
Copyable
> >();
/external/libcxx/test/std/containers/sequences/vector/
types.pass.cpp
37
#include "../../
Copyable
.h"
86
test<
Copyable
, test_allocator<
Copyable
> >();
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
STLExtrasTest.cpp
143
template <bool Moveable, bool
Copyable
>
144
struct Range : CanMove<Moveable>, CanCopy<
Copyable
> {
146
Range(const Range &R) : CanCopy<
Copyable
>(R), C(R.C), M(R.M), D(R.D) { ++C; }
182
// lvalue ranges need be neither
copyable
nor moveable.
/external/libcxx/test/std/utilities/optional/optional.specalg/
swap.pass.cpp
83
using T = TestTypes::
Copyable
;
Completed in 992 milliseconds