Home
last modified time | relevance | path

Searched refs:CopyConstructible (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/base/
H A Doptional.h289 struct CopyConstructible {}; struct
292 struct CopyConstructible<false> { struct
293 constexpr CopyConstructible() = default;
294 constexpr CopyConstructible(const CopyConstructible&) V8_NOEXCEPT = delete;
295 constexpr CopyConstructible(CopyConstructible&&) V8_NOEXCEPT = default;
296 CopyConstructible& operator=(const CopyConstructible&) V8_NOEXCEPT = default;
297 CopyConstructible
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dconformance_aliases.h319 CopyConstructible,
H A Dconformance_profile.h394 ABSL_INTERNAL_PESSIMISTIC_MODEL_OF_SPECIAL_MEMBER(CopyConstructible,

Completed in 4 milliseconds