HomeSort by relevance Sort by last modified time
    Searched refs:old_mode_ (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 793 old_mode_ = _CrtSetReportMode(_CRT_ASSERT, 0);
797 old_mode_ = _CrtSetReportMode(_CRT_ASSERT, old_mode_);
809 int old_mode_; member in class:google::protobuf::io::__anon36292::MsvcDebugDisabler
  /external/v8/src/parsing/
parser.h 191 : parser_(parser), old_mode_(parser->mode_) {
194 ~ParsingModeScope() { parser_->mode_ = old_mode_; }
198 Mode old_mode_; member in class:v8::internal::Parser::BASE_EMBEDDED
    [all...]
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_blas.cc 143 cublasStatus_t ret = cublasGetPointerMode(handle_, &old_mode_);
162 cublasStatus_t ret = cublasSetPointerMode(handle_, old_mode_);
172 cublasPointerMode_t old_mode_; // Prior cuBLAS pointer mode, to be restored. member in class:stream_executor::gpu::ScopedCublasPointerMode
201 cublasStatus_t ret = cublasGetMathMode(handle_, &old_mode_);
219 cublasStatus_t ret = cublasSetMathMode(handle_, old_mode_);
229 cublasMath_t old_mode_; // Prior cuBLAS math mode, to be restored. member in class:stream_executor::gpu::ScopedCublasMathMode
    [all...]

Completed in 141 milliseconds