Searched refs:ResFogDataDestroyer (Results 1 – 2 of 2) sorted by relevance
239 struct ResFogDataDestroyer : public std::unary_function<ResFogData*, void> struct241 ResFogDataDestroyer(os::IAllocator* allocator = 0) : m_Allocator(allocator) in m_Allocator() argument264 typedef ut::MovePtr<ResFogData, ResFogDataDestroyer> ResPtr; argument
47 ResFogDataDestroyer(allocator)); in Create()