HomeSort by relevance Sort by last modified time
    Searched defs:WARN_UNUSED_RETURN (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/
PossiblyNull.h 44 bool getValue(T& out) WARN_UNUSED_RETURN;
OwnPtr.h 63 PtrType leakPtr() WARN_UNUSED_RETURN;
PassOwnPtr.h 63 PtrType leakPtr() const WARN_UNUSED_RETURN;
OwnArrayPtr.h 56 PtrType leakPtr() WARN_UNUSED_RETURN;
PassOwnArrayPtr.h 61 PtrType leakPtr() const WARN_UNUSED_RETURN;
PassRefPtr.h 81 T* leakRef() const WARN_UNUSED_RETURN;
103 T* releaseRef() const WARN_UNUSED_RETURN { return leakRef(); }
159 T* leakRef() const WARN_UNUSED_RETURN { T* tmp = m_ptr; m_ptr = 0; return tmp; }
165 T* releaseRef() const WARN_UNUSED_RETURN { return leakRef(); }
RetainPtr.h 79 PtrType leakRef() WARN_UNUSED_RETURN;
FastMalloc.h 50 template <typename T> bool getValue(T& data) WARN_UNUSED_RETURN;
Platform.h     [all...]

Completed in 104 milliseconds