/third_party/boost/libs/move/test/ |
D | adl_move_swap.cpp | 65 class copyable : public swap_stats class 68 copyable() {} in copyable() function in copyable 69 copyable(const copyable &) { ++copy_cnstor_calls; } in copyable() function in copyable 70 copyable & operator=(const copyable&) { ++copy_assign_calls; return *this; } in operator =() 71 void swap(copyable &) { ++member_swap_calls; } in swap() argument 72 friend void swap(copyable &, copyable &) { ++friend_swap_calls; } in swap() argument
|
/third_party/boost/libs/move/example/ |
D | copymovable.hpp | 47 class copyable class
|
/third_party/boost/libs/parameter/test/literate/ |
D | exercising-the-code-so-far0.cpp | 88 >::type copyable; typedef
|
D | deduced-template-parameters0.cpp | 118 >::type copyable; typedef
|
/third_party/boost/libs/fiber/test/ |
D | test_fiber_dispatch.cpp | 30 class copyable { class 35 copyable() : in copyable() function in copyable 40 copyable( int v) : in copyable() function in copyable
|
D | test_fiber_post.cpp | 30 class copyable { class 35 copyable() : in copyable() function in copyable 40 copyable( int v) : in copyable() function in copyable
|
/third_party/boost/libs/coroutine/test/ |
D | test_asymmetric_coroutine.cpp | 46 class copyable class 51 copyable() : in copyable() function in copyable 55 copyable( int) : in copyable() function in copyable
|
D | test_symmetric_coroutine.cpp | 122 class copyable class 127 copyable() : in copyable() function in copyable 131 copyable( int) : in copyable() function in copyable
|
/third_party/boost/libs/coroutine2/test/ |
D | test_coroutine.cpp | 42 class copyable class 47 copyable() : in copyable() function in copyable 51 copyable( int) : in copyable() function in copyable
|
/third_party/boost/libs/beast/test/beast/core/ |
D | bind_handler.cpp | 45 struct copyable struct in boost::beast::bind_handler_test 49 operator()(Args&&...) const in operator ()()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
D | optional.h | 245 enum class copy_traits { copyable = 0, movable = 1, non_movable = 2 }; enumerator
|
/third_party/abseil-cpp/absl/types/internal/ |
D | optional.h | 245 enum class copy_traits { copyable = 0, movable = 1, non_movable = 2 }; enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/ |
D | szrt_asan.c | 243 size_t copyable = (size < old_size) ? size : old_size; in __asan_realloc() local
|
/third_party/flatbuffers/src/ |
D | idl_gen_cpp.cpp | 1536 bool copyable = true; in GenUnionPost() local
|
/third_party/python/Modules/ |
D | itertoolsmodule.c | 1018 PyObject *it, *copyable, *copyfunc, *result; in itertools_tee_impl() local
|