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