Searched defs:isKnownSentinel (Results 1 – 4 of 4) sorted by relevance
31 bool isKnownSentinel() const { return false; } in isKnownSentinel() function46 bool isKnownSentinel() const { return isSentinel(); } in isKnownSentinel() function
32 bool isKnownSentinel() const { return false; } in isKnownSentinel() function47 bool isKnownSentinel() const { return isSentinel(); } in isKnownSentinel() function
68 TEST(IListNodeBaseTest, isKnownSentinel) { in TEST() argument