Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuMaybe.hpp32 struct Nothing_T struct
34 explicit constexpr Nothing_T(int) in Nothing_T() function
102 Maybe<T>::Maybe(const Nothing_T &) : m_ptr(nullptr) in Maybe()