Searched defs:kNull (Results 1 - 8 of 8) sorted by relevance

/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.cpp22 SkPdfNativeObject SkPdfNativeObject::kNull = SkPdfNativeObject::makeNull(); member in class:SkPdfNativeObject
H A DSkPdfNativeObject.h321 static SkPdfNativeObject kNull; member in class:SkPdfNativeObject
/external/jsoncpp/chromium-overrides/src/lib_json/
H A Djson_value.cpp31 static const unsigned char kNull[sizeof(Value)] = { 0 }; member in namespace:Json
32 const Value& Value::null = reinterpret_cast<const Value&>(kNull);
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_unittest.cc1202 static const wchar_t* const kNull = NULL; member in namespace:__anon5275
1207 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(kNull, L""));
1208 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(L"", kNull));
1209 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(kNull, L"foobar"));
1210 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(L"foobar", kNull));
2697 EXPECT_FALSE(IsSubstring("", "", kNull, L"a"));
2698 EXPECT_FALSE(IsSubstring("", "", L"b", kNull));
/external/gtest/test/
H A Dgtest_unittest.cc1022 static const wchar_t* const kNull = NULL; member in namespace:__anon5386
1027 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(kNull, L""));
1028 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(L"", kNull));
1029 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(kNull, L"foobar"));
1030 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(L"foobar", kNull));
2552 EXPECT_FALSE(IsSubstring("", "", kNull, L"a"));
2553 EXPECT_FALSE(IsSubstring("", "", L"b", kNull));
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc1068 static const wchar_t* const kNull = NULL; member in namespace:__anon13445
1073 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(kNull, L""));
1074 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(L"", kNull));
1075 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(kNull, L"foobar"));
1076 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(L"foobar", kNull));
2522 EXPECT_FALSE(IsSubstring("", "", kNull, L"a"));
2523 EXPECT_FALSE(IsSubstring("", "", L"b", kNull));
/external/v8/src/heap/
H A Dheap.cc2407 Oddball::cast(obj)->set_kind(Oddball::kNull);
2763 handle(Smi::FromInt(0), isolate()), Oddball::kNull); member in class:v8::Oddball
/external/v8/src/
H A Dobjects.h9402 static const byte kNull = 3; member in class:v8::internal::String::FlatContent::Oddball
9414 STATIC_ASSERT(kNull == Internals::kNullOddballKind);

Completed in 428 milliseconds