Searched refs:handler_stack_index_ (Results 1 – 4 of 4) sorted by relevance
58 int ExceptionHandler::handler_stack_index_ = 0; member in google_breakpad::ExceptionHandler185 handler_stack_->at(handler_stack_->size() - ++handler_stack_index_); in HandleException()208 --handler_stack_index_; in HandleException()214 if (handler_stack_index_ == 0) in HandleException()
188 static int handler_stack_index_; variable
57 LONG ExceptionHandler::handler_stack_index_ = 0; member in google_breakpad::ExceptionHandler441 ++ExceptionHandler::handler_stack_index_); in AutoExceptionHandler()460 --ExceptionHandler::handler_stack_index_; in ~AutoExceptionHandler()
503 static LONG handler_stack_index_; variable