Home
last modified time | relevance | path

Searched defs:NotTriviallyCopyable (Results 1 – 12 of 12) sorted by relevance

/external/cronet/stable/third_party/libc++/src/test/std/atomics/atomics.types.generic/
Dtrivially_copyable.verify.cpp22 struct NotTriviallyCopyable { struct
23 explicit NotTriviallyCopyable(int i) : i_(i) { } in NotTriviallyCopyable() argument
24 NotTriviallyCopyable(const NotTriviallyCopyable &rhs) : i_(rhs.i_) { } in NotTriviallyCopyable() function
29 NotTriviallyCopyable x(42); in f() argument
/external/cronet/tot/third_party/libc++/src/test/std/atomics/atomics.types.generic/
Dtrivially_copyable.verify.cpp22 struct NotTriviallyCopyable { struct
23 explicit NotTriviallyCopyable(int i) : i_(i) { } in NotTriviallyCopyable() function
24 NotTriviallyCopyable(const NotTriviallyCopyable &rhs) : i_(rhs.i_) { } in NotTriviallyCopyable() function
29 NotTriviallyCopyable x(42); in f() argument
/external/libcxx/test/std/atomics/atomics.types.generic/
Dtrivially_copyable.fail.cpp56 struct NotTriviallyCopyable { struct
57 NotTriviallyCopyable ( int i ) : i_(i) {} in NotTriviallyCopyable() function
58 NotTriviallyCopyable ( const NotTriviallyCopyable &rhs) : i_(rhs.i_) {} in NotTriviallyCopyable() argument
69 test(NotTriviallyCopyable(42)); in main() argument
/external/libcxx/utils/google-benchmark/test/
Ddonotoptimize_assembly_test.cc15 struct NotTriviallyCopyable { struct
17 explicit NotTriviallyCopyable(int x) : value(x) {} in NotTriviallyCopyable() function
19 int value;
/external/cronet/tot/third_party/libc++/src/test/libcxx/type_traits/
Dis_trivially_relocatable.compile.pass.cpp43 struct NotTriviallyCopyable { struct
/external/cronet/stable/third_party/libc++/src/test/libcxx/type_traits/
Dis_trivially_relocatable.compile.pass.cpp43 struct NotTriviallyCopyable { struct
/external/angle/third_party/abseil-cpp/absl/container/
Dfixed_array_test.cc448 TEST(FillConstructorTest, NotTriviallyCopyable) { in TEST() argument
/external/cronet/stable/third_party/abseil-cpp/absl/container/
Dfixed_array_test.cc431 TEST(FillConstructorTest, NotTriviallyCopyable) { in TEST() argument
/external/cronet/tot/third_party/abseil-cpp/absl/container/
Dfixed_array_test.cc431 TEST(FillConstructorTest, NotTriviallyCopyable) { in TEST() argument
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dfixed_array_test.cc431 TEST(FillConstructorTest, NotTriviallyCopyable) { in TEST() argument
/external/openscreen/third_party/abseil/src/absl/container/
Dfixed_array_test.cc431 TEST(FillConstructorTest, NotTriviallyCopyable) { in TEST() argument
/external/abseil-cpp/absl/container/
Dfixed_array_test.cc431 TEST(FillConstructorTest, NotTriviallyCopyable) { in TEST() argument