Searched defs:IsHandle (Results 1 – 2 of 2) sorted by relevance
66 template <typename H> struct IsHandle { struct67 static const bool value = IsBaseOf<Handle, H>::value;
291 TEST_F(HandlePassingTest, IsHandle) { in TEST_F() argument