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

  /external/webkit/JavaScriptGlue/ForwardingHeaders/wtf/
PossiblyNull.h 1 #include <JavaScriptCore/PossiblyNull.h>
  /external/webkit/WebCore/ForwardingHeaders/wtf/
PossiblyNull.h 3 #include <JavaScriptCore/PossiblyNull.h>
  /external/webkit/JavaScriptCore/wtf/
PossiblyNull.h 33 template <typename T> struct PossiblyNull {
34 PossiblyNull(T data)
38 PossiblyNull(const PossiblyNull<T>& source)
43 ~PossiblyNull() { ASSERT(!m_data); }
49 template <typename T> bool PossiblyNull<T>::getValue(T& out)
FastMalloc.h 25 #include "PossiblyNull.h"
50 template <typename T> operator PossiblyNull<T>()
54 return PossiblyNull<T>(value);
  /external/webkit/JavaScriptCore/runtime/
UStringImpl.h 32 #include <wtf/PossiblyNull.h>

Completed in 55 milliseconds