Home
last modified time | relevance | path

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

/external/libchrome/base/
Doptional.h22 struct nullopt_t { struct
23 constexpr explicit nullopt_t(int) {} in nullopt_t() argument
/external/perfetto/include/perfetto/ext/base/
Doptional.h35 struct nullopt_t { struct
36 constexpr explicit nullopt_t(int) {} in nullopt_t() function
/external/pdfium/third_party/base/
Doptional.h22 struct nullopt_t { struct
23 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 …]
/external/rust/crates/grpcio-sys/grpc/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() argument
136 constexpr optional(nullopt_t) noexcept {} // NOLINT(runtime/explicit) in optional() argument
/external/webrtc/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
/external/angle/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
/external/openscreen/third_party/abseil/src/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
/external/libtextclassifier/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
/external/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
/external/skia/include/private/
DSkTOptional.h16 using nullopt_t = std::nullopt_t; variable