Searched refs:catch_all_ (Results 1 – 3 of 3) sorted by relevance
65 catch_all_ = false; in Init()78 catch_all_ = true; in Init()81 catch_all_ = false; in Init()94 if (catch_all_) { in Next()97 catch_all_ = false; in Next()
50 return remaining_count_ != -1 || catch_all_; in HasNext()68 bool catch_all_; // is there a handler that will catch all exceptions in case variable
973 : catch_all_(catch_all), list_offset_(list_offset), handlers_(handlers) { } in CatchHandler()975 bool HasCatchAll() const { return catch_all_; } in HasCatchAll()980 bool catch_all_;