/external/cronet/stable/third_party/libc++/src/test/std/atomics/atomics.types.generic/ |
D | trivially_copyable.verify.cpp | 22 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/ |
D | trivially_copyable.verify.cpp | 22 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/ |
D | trivially_copyable.fail.cpp | 56 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/ |
D | donotoptimize_assembly_test.cc | 15 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/ |
D | is_trivially_relocatable.compile.pass.cpp | 43 struct NotTriviallyCopyable { struct
|
/external/cronet/stable/third_party/libc++/src/test/libcxx/type_traits/ |
D | is_trivially_relocatable.compile.pass.cpp | 43 struct NotTriviallyCopyable { struct
|
/external/angle/third_party/abseil-cpp/absl/container/ |
D | fixed_array_test.cc | 448 TEST(FillConstructorTest, NotTriviallyCopyable) { in TEST() argument
|
/external/cronet/stable/third_party/abseil-cpp/absl/container/ |
D | fixed_array_test.cc | 431 TEST(FillConstructorTest, NotTriviallyCopyable) { in TEST() argument
|
/external/cronet/tot/third_party/abseil-cpp/absl/container/ |
D | fixed_array_test.cc | 431 TEST(FillConstructorTest, NotTriviallyCopyable) { in TEST() argument
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/ |
D | fixed_array_test.cc | 431 TEST(FillConstructorTest, NotTriviallyCopyable) { in TEST() argument
|
/external/openscreen/third_party/abseil/src/absl/container/ |
D | fixed_array_test.cc | 431 TEST(FillConstructorTest, NotTriviallyCopyable) { in TEST() argument
|
/external/abseil-cpp/absl/container/ |
D | fixed_array_test.cc | 431 TEST(FillConstructorTest, NotTriviallyCopyable) { in TEST() argument
|