Home
last modified time | relevance | path

Searched defs:NonCopyable (Results 1 – 25 of 38) 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() function in NonCopyable
172 NonCopyable() {} in NonCopyable() function in NonCopyable
/external/libcxx/test/std/utilities/function.objects/func.invoke/
Dinvoke.pass.cpp46 struct NonCopyable { struct
47 NonCopyable() {} in NonCopyable() argument
76 int& foo(NonCopyable&&) { in foo() argument
/external/parameter-framework/upstream/utility/
DNonCopyable.hpp46 class NonCopyable class
/external/clang/test/SemaCXX/
Ddllexport-pr22591.cpp10 struct NonCopyable { struct
/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() function
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() function
112 std::string value;
/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/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() function
112 std::string value;
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp15.cpp4 class NonCopyable { class
Dp15-star-this-capture.cpp3 class NonCopyable { class
Dp14.cpp5 class NonCopyable { class
/external/libcxx/test/std/utilities/meta/meta.rel/
Dis_convertible.pass.cpp55 class NonCopyable { class
/external/llvm/unittests/ADT/
DSmallVectorTest.cpp143 struct NonCopyable { struct
144 NonCopyable() {} in NonCopyable() argument
145 NonCopyable(NonCopyable &&) {} in NonCopyable() function
146 NonCopyable &operator=(NonCopyable &&) { return *this; } in operator =()
/external/pigweed/pw_unit_test/
Dframework_test.cc97 class NonCopyable { class
99 NonCopyable(int value) : value_(value) {} in NonCopyable() function in pw::__anone73add860111::NonCopyable
/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
/external/angle/src/common/
DCircularBuffer_unittest.cpp128 TEST(CircularBuffer, NonCopyable) in TEST() argument
/external/angle/third_party/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc785 struct NonCopyable : public NonNegative { struct
787 NonCopyable() : NonNegative{0} {} in NonCopyable() argument
789 void operator()() { ThrowingValue<> bomb; } in operator ()()
792 TEST(ExceptionCheckTest, NonCopyable) { in TEST() argument
/external/webrtc/third_party/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc785 struct NonCopyable : public NonNegative { struct
787 NonCopyable() : NonNegative{0} {} in NonCopyable() function
789 void operator()() { ThrowingValue<> bomb; } in operator ()()
792 TEST(ExceptionCheckTest, NonCopyable) { in TEST() argument
/external/libtextclassifier/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc785 struct NonCopyable : public NonNegative { struct
787 NonCopyable() : NonNegative{0} {} in NonCopyable() argument
789 void operator()() { ThrowingValue<> bomb; } in operator ()()
792 TEST(ExceptionCheckTest, NonCopyable) { in TEST() argument
/external/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc785 struct NonCopyable : public NonNegative { struct
787 NonCopyable() : NonNegative{0} {} in NonCopyable() function
789 void operator()() { ThrowingValue<> bomb; } in operator ()()
792 TEST(ExceptionCheckTest, NonCopyable) { in TEST() argument
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc785 struct NonCopyable : public NonNegative { struct
787 NonCopyable() : NonNegative{0} {} in NonCopyable() argument
789 void operator()() { ThrowingValue<> bomb; } in operator ()()
792 TEST(ExceptionCheckTest, NonCopyable) { in TEST() argument
/external/openscreen/third_party/abseil/src/absl/base/
Dexception_safety_testing_test.cc785 struct NonCopyable : public NonNegative { struct
787 NonCopyable() : NonNegative{0} {} in NonCopyable() function
789 void operator()() { ThrowingValue<> bomb; } in operator ()()
792 TEST(ExceptionCheckTest, NonCopyable) { in TEST() argument
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DStackTraceRecoveryCustomExceptionsTest.kt15 internal class NonCopyable(val customData: Int) : Throwable() { class in kotlinx.coroutines.exceptions.StackTraceRecoveryCustomExceptionsTest

12