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

  /external/webkit/Source/JavaScriptCore/wtf/
PossiblyNull.h 44 bool getValue(T& out) 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(); }
FastMalloc.h 50 template <typename T> bool getValue(T& data) WARN_UNUSED_RETURN;
OwnArrayPtr.h 56 PtrType leakPtr() WARN_UNUSED_RETURN;
OwnPtr.h 63 PtrType leakPtr() WARN_UNUSED_RETURN;
PassOwnArrayPtr.h 61 PtrType leakPtr() const WARN_UNUSED_RETURN;
PassOwnPtr.h 63 PtrType leakPtr() const WARN_UNUSED_RETURN;
RetainPtr.h 79 PtrType leakRef() WARN_UNUSED_RETURN;
Platform.h     [all...]
  /external/webkit/Source/JavaScriptCore/wtf/gobject/
GRefPtr.h 83 T* leakRef() WARN_UNUSED_RETURN

Completed in 221 milliseconds