Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/
DOptional.h138 struct NulloptT { struct
139 constexpr explicit NulloptT(int) {} in NulloptT() argument
198 constexpr Optional(NulloptT) {} in Optional() argument
/aosp_15_r20/hardware/google/gfxstream/guest/android-emu/aemu/base/
DOptional.h135 struct NulloptT { struct
136 constexpr explicit NulloptT(int) {} in NulloptT() function
195 constexpr Optional(NulloptT) {} in Optional() argument