Searched defs:isKnownSentinel (Results 1 – 2 of 2) sorted by relevance
30 bool isKnownSentinel() const { return false; } in isKnownSentinel() function45 bool isKnownSentinel() const { return isSentinel(); } in isKnownSentinel() function
122 TEST(IListNodeBaseTest, isKnownSentinel) { in TEST() argument