OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Copyable
(Results
1 - 5
of
5
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/test/containers/
Copyable.h
4
class
Copyable
/ndk/sources/cxx-stl/llvm-libc++/test/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
>());
/ndk/sources/cxx-stl/llvm-libc++/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op=/
lv_value.pass.cpp
31
class
Copyable
35
Copyable
() : data_(0) {}
36
~
Copyable
() {data_ = -1;}
38
friend bool operator==(const
Copyable
& x, const
Copyable
& y)
44
test(std::list<
Copyable
>());
/ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/deque/
types.pass.cpp
37
#include "../../
Copyable
.h"
72
test<
Copyable
, test_allocator<
Copyable
> >();
/ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/vector/
types.pass.cpp
37
#include "../../
Copyable
.h"
72
test<
Copyable
, test_allocator<
Copyable
> >();
Completed in 396 milliseconds