Searched defs:ScopedSdlType (Results 1 – 1 of 1) sorted by relevance
47 ScopedSdlType() : value_(nullptr, D) {} in ScopedSdlType() function48 ScopedSdlType(T* value) : value_(value, D) {} in ScopedSdlType() function