Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/base/
Doptional.h35 struct nullopt_t { struct
36 constexpr explicit nullopt_t(int) {} in nullopt_t() argument
/external/libchrome/base/
Doptional.h22 struct nullopt_t { struct
23 constexpr explicit nullopt_t(int) {} in nullopt_t() argument
/external/v8/src/base/
Doptional.h25 struct nullopt_t { struct
26 constexpr explicit nullopt_t(int) {} in nullopt_t() function
/external/pdfium/third_party/base/
Doptional.h20 struct nullopt_t { struct
21 constexpr explicit nullopt_t(int) {} in nullopt_t() function
/external/bcc/src/cc/vendor/
Doptional.hpp250 struct nullopt_t struct
252 struct init{};
253 constexpr explicit nullopt_t(init){} in nullopt_t() argument
401 constexpr optional(nullopt_t) noexcept : OptionalBase<T>() {}; in optional() argument
437 optional& operator=(nullopt_t) noexcept in operator =() argument
615 constexpr optional(nullopt_t) noexcept : ref(nullptr) {} in optional() argument
630 optional& operator=(nullopt_t) noexcept { in operator =() argument
743 template <class T> constexpr bool operator==(const optional<T>& x, nullopt_t) noexcept in operator ==() argument
748 template <class T> constexpr bool operator==(nullopt_t, const optional<T>& x) noexcept in operator ==() argument
753 template <class T> constexpr bool operator!=(const optional<T>& x, nullopt_t) noexcept in operator !=() argument
[all …]