Searched refs:DestroyHandle (Results 1 – 3 of 3) sorted by relevance
357 node->DestroyHandle(h); in TEST_F()362 EXPECT_DEATH(node->DestroyHandle(h), ""); in TEST_F()363 EXPECT_DEATH(node->DestroyHandle(nullptr), ""); in TEST_F()367 EXPECT_DEATH(node->DestroyHandle(h2.get()), ""); in TEST_F()
302 void DestroyHandle(handle* h) { in DestroyHandle() function
1491 node->DestroyHandle(h); in pf_release()