Home
last modified time | relevance | path

Searched refs:kNull (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/gtest/test/
Dgtest_unittest.cc1329 static const wchar_t* const kNull = NULL; variable
1334 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(kNull, L"")); in TEST()
1335 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(L"", kNull)); in TEST()
1336 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(kNull, L"foobar")); in TEST()
1337 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(L"foobar", kNull)); in TEST()
2825 EXPECT_FALSE(IsSubstring("", "", kNull, L"a")); in TEST()
2826 EXPECT_FALSE(IsSubstring("", "", L"b", kNull)); in TEST()
/external/chromium/testing/gtest/test/
Dgtest_unittest.cc1101 static const wchar_t* const kNull = NULL; variable
1106 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(kNull, L"")); in TEST()
1107 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(L"", kNull)); in TEST()
1108 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(kNull, L"foobar")); in TEST()
1109 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(L"foobar", kNull)); in TEST()
2582 EXPECT_FALSE(IsSubstring("", "", kNull, L"a")); in TEST()
2583 EXPECT_FALSE(IsSubstring("", "", L"b", kNull)); in TEST()
/external/v8/src/
Dheap.cc1680 Oddball::cast(obj)->set_kind(Oddball::kNull); in CreateInitialMaps()
2033 Oddball::kNull); in CreateInitialObjects()
Dobjects-inl.h746 return IsOddball() && Oddball::cast(this)->kind() == Oddball::kNull; in IsNull()
Dobjects.h5998 static const byte kNull = 3; variable