Home
last modified time | relevance | path

Searched defs:clear_error (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/base/
Dscoped_clear_errno_unittest.cc15 ScopedClearErrno clear_error; in TEST() local
24 ScopedClearErrno clear_error; in TEST() local
/external/tensorflow/tensorflow/python/eager/
Dexecutor.py71 def clear_error(self): member in Executor
/external/llvm/include/llvm/Support/
Draw_ostream.h428 void clear_error() { in clear_error() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Draw_ostream.h441 void clear_error() { in clear_error() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
Draw_ostream.h496 void clear_error() { EC = std::error_code(); } in clear_error() function
/external/llvm-project/llvm/include/llvm/Support/
Draw_ostream.h524 void clear_error() { EC = std::error_code(); } in clear_error() function
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.h1294 inline void CodeGeneratorResponse::clear_error() { in clear_error() function
/external/rust/crates/protobuf/src/
Dplugin.rs664 pub fn clear_error(&mut self) { in clear_error() method