OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PossiblyNull
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/JavaScriptGlue/ForwardingHeaders/wtf/
PossiblyNull.h
1
#include <JavaScriptCore/
PossiblyNull
.h>
/external/webkit/Source/WebCore/ForwardingHeaders/wtf/
PossiblyNull.h
3
#include <JavaScriptCore/
PossiblyNull
.h>
/external/webkit/Source/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"
51
template <typename T> operator
PossiblyNull
<T>()
55
return
PossiblyNull
<T>(value);
Completed in 589 milliseconds