Home
last modified time | relevance | path

Searched defs:NonCopyable (Results 1 – 25 of 48) sorted by relevance

12

/external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
Dcall_once.pass.cpp160 class NonCopyable class
165 NonCopyable(const NonCopyable&) in NonCopyable() argument
172 NonCopyable() {} in NonCopyable() function in NonCopyable
/external/llvm-project/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
Dcall_once.pass.cpp160 class NonCopyable class
165 NonCopyable(const NonCopyable&) in NonCopyable() function in NonCopyable
172 NonCopyable() {} in NonCopyable() function in NonCopyable
/external/parameter-framework/upstream/utility/
DNonCopyable.hpp46 class NonCopyable class
/external/llvm-project/libcxx/test/std/utilities/function.objects/func.invoke/
Dinvoke.pass.cpp48 struct NonCopyable { struct
49 NonCopyable() {} in NonCopyable() function
78 int& foo(NonCopyable&&) { in foo() argument
/external/libcxx/test/std/utilities/function.objects/func.invoke/
Dinvoke.pass.cpp46 struct NonCopyable { struct
47 NonCopyable() {} in NonCopyable() function
76 int& foo(NonCopyable&&) { in foo() argument
/external/clang/test/SemaCXX/
Ddllexport-pr22591.cpp10 struct NonCopyable { struct
/external/llvm-project/clang/test/SemaCXX/
Ddllexport-pr22591.cpp10 struct NonCopyable { struct
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp15.cpp4 class NonCopyable { class
Dp15-star-this-capture.cpp3 class NonCopyable { class
/external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp15.cpp4 class NonCopyable { class
Dp15-star-this-capture.cpp3 class NonCopyable { class
/external/webrtc/third_party/abseil-cpp/absl/functional/
Dbind_front_test.cc107 struct NonCopyable { struct
108 explicit NonCopyable(const std::string& s) : value(s) {} in NonCopyable() argument
112 std::string value;
/external/angle/third_party/abseil-cpp/absl/functional/
Dbind_front_test.cc107 struct NonCopyable { struct
108 explicit NonCopyable(const std::string& s) : value(s) {} in NonCopyable() argument
112 std::string value;
/external/abseil-cpp/absl/functional/
Dbind_front_test.cc107 struct NonCopyable { struct
108 explicit NonCopyable(const std::string& s) : value(s) {} in NonCopyable() function
112 std::string value;
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/functional/
Dbind_front_test.cc107 struct NonCopyable { struct
108 explicit NonCopyable(const std::string& s) : value(s) {} in NonCopyable() function
112 std::string value;
/external/libtextclassifier/abseil-cpp/absl/functional/
Dbind_front_test.cc107 struct NonCopyable { struct
108 explicit NonCopyable(const std::string& s) : value(s) {} in NonCopyable() argument
112 std::string value;
/external/openscreen/third_party/abseil/src/absl/functional/
Dbind_front_test.cc107 struct NonCopyable { struct
108 explicit NonCopyable(const std::string& s) : value(s) {} in NonCopyable() argument
112 std::string value;
/external/libcxx/test/std/utilities/meta/meta.rel/
Dis_convertible.pass.cpp55 class NonCopyable { class
/external/llvm-project/libcxx/test/std/utilities/meta/meta.rel/
Dis_convertible.pass.cpp54 class NonCopyable { class
/external/llvm/unittests/ADT/
DSmallVectorTest.cpp143 struct NonCopyable { struct
144 NonCopyable() {} in NonCopyable() argument
145 NonCopyable(NonCopyable &&) {} in NonCopyable() argument
146 NonCopyable &operator=(NonCopyable &&) { return *this; } in operator =()
/external/pigweed/pw_unit_test/
Dframework_test.cc81 class NonCopyable { class
83 NonCopyable(int value) : value_(value) {} in NonCopyable() function in pw::__anonb8f06de10111::NonCopyable
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DStackTraceRecoveryCustomExceptionsTest.kt14 internal class NonCopyable(val customData: Int) : Throwable() { class in kotlinx.coroutines.exceptions.StackTraceRecoveryCustomExceptionsTest
/external/llvm-project/llvm/unittests/ADT/
DMapVectorTest.cpp150 TEST(MapVectorTest, NonCopyable) { in TEST() argument
307 TEST(SmallMapVectorSmallTest, NonCopyable) { in TEST() argument
DSmallVectorTest.cpp142 struct NonCopyable { struct
143 NonCopyable() {} in NonCopyable() function
144 NonCopyable(NonCopyable &&) {} in NonCopyable() function
145 NonCopyable &operator=(NonCopyable &&) { return *this; } in operator =()
/external/python/pybind11/tests/
Dtest_virtual_functions.cpp100 class NonCopyable { class
102 NonCopyable(int a, int b) : value{new int(a*b)} { print_created(this, a, b); } in NonCopyable() function in NonCopyable
103 NonCopyable(NonCopyable &&o) { value = std::move(o.value); print_move_created(this); } in NonCopyable() function in NonCopyable

12