Searched defs:LazyResource (Results 1 – 1 of 1) sorted by relevance
226 constexpr LazyResource() : mResource() {} in LazyResource() function240 LazyResource(LazyResource &&other) : mResource(std::move(other.mResource)) {} in LazyResource() function