Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuMaybe.hpp32 struct Nothing_T { struct
33 explicit constexpr Nothing_T (int) {} in Nothing_T() argument
91 Maybe<T>::Maybe (const Nothing_T&) in Maybe()