Home
last modified time | relevance | path

Searched defs:nullopt_t (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/include/private/
DSkTOptional.h20 struct nullopt_t { struct
23 // nullopt_t must not be default-constructible. argument
24 explicit constexpr nullopt_t(tag) {} in nullopt_t() argument
53 optional(nullopt_t) : optional() {} in optional() argument
/third_party/abseil-cpp/absl/types/
Doptional.h76 struct nullopt_t { struct
78 explicit constexpr nullopt_t(optional_internal::init_t) noexcept {} in nullopt_t() function
136 constexpr optional(nullopt_t) noexcept {} // NOLINT(runtime/explicit) in optional() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Doptional.h76 struct nullopt_t { struct
78 explicit constexpr nullopt_t(optional_internal::init_t) noexcept {} in nullopt_t() argument
136 constexpr optional(nullopt_t) noexcept {} // NOLINT(runtime/explicit) in optional() argument