OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypeNull
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
JSONValues.h
51
JSONValue() : m_type(
TypeNull
) { }
60
TypeNull
= 0,
70
bool isNull() const { return m_type ==
TypeNull
; }
JSONValues.cpp
156
ASSERT(m_type ==
TypeNull
);
Completed in 37 milliseconds