Searched defs:TryMallocReturnValue (Results 1 – 1 of 1) sorted by relevance
39 struct TryMallocReturnValue { struct40 TryMallocReturnValue(void* data) in TryMallocReturnValue() function44 TryMallocReturnValue(const TryMallocReturnValue& source) in TryMallocReturnValue() argument49 ~TryMallocReturnValue() { ASSERT(!m_data); } in ~TryMallocReturnValue() argument61 template <typename T> bool TryMallocReturnValue::getValue(T& data) in getValue() argument