Searched defs:NativeStrongRef (Results 1 – 1 of 1) sorted by relevance
38 struct NativeStrongRef { struct39 explicit NativeStrongRef(const RefPtr<AceType>& ref) : strongRef(ref) {} in NativeStrongRef() argument41 AceType* RawPtr() const in RawPtr()46 RefPtr<AceType> strongRef;