Searched refs:NullValue (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLValue.h38 enum Type { NullValue, NumberValue, StringValue }; enumerator in enum:blink::SQLValue::Type
40 SQLValue() : m_type(NullValue), m_number(0.0) { }
H A DSQLiteStatement.cpp170 case SQLValue::NullValue:
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
H A DV8SQLResultSetRowListCustom.cpp77 case SQLValue::NullValue:
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dpreference_validation_delegate_unittest.cc84 TEST_F(PreferenceValidationDelegateTest, NullValue) {
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DInspectorDatabaseAgent.cpp101 case SQLValue::NullValue: values->addItem(JSONValue::null()); break;
/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp720 Constant *NullValue = Constant::getNullValue(Int64PtrTy); local
722 EdgeTable[i] = NullValue;
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c473 NullValue=0, enumerator in enum:ValueKind
504 CAMLreturn(Val_int(NullValue));
H A Dllvm.ml255 | NullValue Constructor in type:ValueKind/t
H A Dllvm.mli322 | NullValue
/external/chromium_org/v8/src/heap/
H A Dheap.h37 V(Oddball, null_value, NullValue) \
/external/clang/lib/Sema/
H A DSemaExpr.cpp406 std::string NullValue; local
409 NullValue = "nil";
411 NullValue = "NULL";
413 NullValue = "(void*) 0";
420 << FixItHint::CreateInsertion(MissingNilLoc, ", " + NullValue);

Completed in 303 milliseconds