OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NullValue
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/sql/
SQLValue.h
39
enum Type {
NullValue
, NumberValue, StringValue };
41
SQLValue() : m_type(
NullValue
), m_number(0.0) { }
/external/webkit/Source/JavaScriptCore/qt/api/
qscriptvalue.h
59
NullValue
,
/external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp
543
Constant *
NullValue
= Constant::getNullValue(Int64PtrTy);
545
EdgeTable[i] =
NullValue
;
Completed in 52 milliseconds