HomeSort by relevance Sort by last modified time
    Searched refs:Copyable (Results 1 - 5 of 5) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
Copyable.h 4 class Copyable
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/libcxx/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++/libcxx/test/containers/sequences/vector/
types.pass.cpp 37 #include "../../Copyable.h"
73 test<Copyable, test_allocator<Copyable> >();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/
types.pass.cpp 37 #include "../../Copyable.h"
73 test<Copyable, test_allocator<Copyable> >();

Completed in 277 milliseconds