Searched defs:OsclPtr (Results 1 – 1 of 1) sorted by relevance
106 OsclPtr(uint8* ptr, int32& len, int32 max): iPtr(ptr), iMaxLength(max), iLength(len) in OsclPtr() function108 … OsclPtr(const OsclPtr& d): HeapBase(d), iPtr(d.iPtr), iMaxLength(d.iMaxLength), iLength(d.iLength) in OsclPtr() function