Home
last modified time | relevance | path

Searched defs:NullValue (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/sql/
DSQLValue.h39 enum Type { NullValue, NumberValue, StringValue }; enumerator
/external/webkit/Source/JavaScriptCore/qt/api/
Dqscriptvalue.h59 NullValue, enumerator
/external/chromium/chrome/browser/policy/
Dconfig_dir_policy_provider_unittest.cc198 TEST_P(ConfigDirPolicyProviderValueTest, NullValue) { in TEST_P() argument
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp543 Constant *NullValue = Constant::getNullValue(Int64PtrTy); in buildEdgeLookupTable() local