Home
last modified time | relevance | path

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

123

/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/utilities/expected/expected.expected/
Dvalue_or.mandates.verify.cpp22 struct NonCopyable { struct
23 NonCopyable(int) {} in NonCopyable() function
/external/cronet/base/containers/
Dextend_unittest.cc18 struct NonCopyable { struct
19 char c_;
20 explicit NonCopyable(char c) : c_(c) {} in NonCopyable() argument
/external/cronet/buildtools/third_party/libc++/trunk/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/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/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/function.objects/func.invoke/
Dinvoke_constexpr.pass.cpp52 struct NonCopyable { struct
53 constexpr NonCopyable() {} in NonCopyable() argument
79 constexpr const int& foo(NonCopyable&&) { in foo() argument
Dinvoke_r.pass.cpp78 struct NonCopyable { in test() struct
86 auto f = [&](NonCopyable) { was_called = true; }; in test() argument
93 auto f = [&](NonCopyable) -> int { was_called = true; return 0; }; in test() argument
Dinvoke.pass.cpp51 struct NonCopyable { struct
52 NonCopyable() {} in NonCopyable() argument
81 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/parameter-framework/upstream/utility/
DNonCopyable.hpp46 class NonCopyable class
/external/openthread/src/core/common/
Dnon_copyable.hpp43 class NonCopyable class
/external/cronet/buildtools/third_party/libc++/trunk/test/std/iterators/iterator.requirements/alg.req.permutable/
Dpermutable.compile.pass.cpp30 struct NonCopyable { struct
/external/clang/test/SemaCXX/
Ddllexport-pr22591.cpp10 struct NonCopyable { struct
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/function.objects/func.wrap/func.wrap.func/
Dnoncopyable_return_type.pass.cpp30 struct NonCopyable { struct
33 friend bool operator==(NonCopyable, NonCopyable) { return true; } in operator ==() argument
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp15.cpp4 class NonCopyable { class
Dp15-star-this-capture.cpp3 class NonCopyable { class
/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/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/tensorflow/third_party/absl/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/cronet/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/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/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/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/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() function
145 NonCopyable(NonCopyable &&) {} in NonCopyable() function
146 NonCopyable &operator=(NonCopyable &&) { return *this; } in operator =()

123