Searched defs:IsAnyOf (Results 1 – 2 of 2) sorted by relevance
169 inline bool IsAnyOf(FROM* obj) { in IsAnyOf() function231 inline bool IsAnyOf() const { in IsAnyOf() function315 inline bool IsAnyOf() const { in IsAnyOf() function339 struct IsAnyOf { struct345 return Is<TO_FIRST>(obj) || IsAnyOf<TO_REST...>::Exec(obj); in Exec() argument
119 TEST(CastableBase, IsAnyOf) { in TEST() argument