Home
last modified time | relevance | path

Searched refs:old_mode_ (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_unittest.cc793 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
/external/v8/src/parsing/
Dparser.h191 : parser_(parser), old_mode_(parser->mode_) {
194 ~ParsingModeScope() { parser_->mode_ = old_mode_; }
198 Mode old_mode_;
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_blas.cc143 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::ScopedCublasPointerMode
201 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