Searched defs:ExceptionHandling (Results 1 – 3 of 3) sorted by relevance
22 enum class ExceptionHandling { kSwallow, kThrow }; enum
44 enum class ExceptionHandling { enum
1065 TEST(ExceptionHandling, SimpleCases) { in TEST() argument