Searched defs:ResFogDataDestroyer (Results 1 – 1 of 1) sorted by relevance
237 struct ResFogDataDestroyer : public std::unary_function<ResFogData*, void> struct239 ResFogDataDestroyer(os::IAllocator* allocator = 0) : m_Allocator(allocator) in m_Allocator() argument262 typedef ut::MovePtr<ResFogData, ResFogDataDestroyer> ResPtr; argument