Searched refs:old_mode_ (Results 1 – 3 of 3) sorted by relevance
793 old_mode_ = _CrtSetReportMode(_CRT_ASSERT, 0); in MsvcDebugDisabler()797 old_mode_ = _CrtSetReportMode(_CRT_ASSERT, old_mode_); in ~MsvcDebugDisabler()809 int old_mode_; member in google::protobuf::io::__anonf574de1c0111::MsvcDebugDisabler
191 : parser_(parser), old_mode_(parser->mode_) {194 ~ParsingModeScope() { parser_->mode_ = old_mode_; }198 Mode old_mode_;
143 cublasStatus_t ret = cublasGetPointerMode(handle_, &old_mode_); in Init()162 cublasStatus_t ret = cublasSetPointerMode(handle_, old_mode_); in ~ScopedCublasPointerMode()172 cublasPointerMode_t old_mode_; // Prior cuBLAS pointer mode, to be restored. member in stream_executor::gpu::ScopedCublasPointerMode201 cublasStatus_t ret = cublasGetMathMode(handle_, &old_mode_); in Init()219 cublasStatus_t ret = cublasSetMathMode(handle_, old_mode_); in ~ScopedCublasMathMode()229 cublasMath_t old_mode_; // Prior cuBLAS math mode, to be restored. member in stream_executor::gpu::ScopedCublasMathMode