Home
last modified time | relevance | path

Searched refs:MoveConstructible (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/base/
H A Doptional.h301 struct MoveConstructible {}; struct
304 struct MoveConstructible<false> { struct
305 constexpr MoveConstructible() = default;
306 constexpr MoveConstructible(const MoveConstructible&) V8_NOEXCEPT = default;
307 constexpr MoveConstructible(MoveConstructible&&) V8_NOEXCEPT = delete;
308 MoveConstructible& operator=(const MoveConstructible&) V8_NOEXCEPT = default;
309 MoveConstructible
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dconformance_profile.h391 ABSL_INTERNAL_PESSIMISTIC_MODEL_OF_SPECIAL_MEMBER(MoveConstructible,

Completed in 4 milliseconds