Home
last modified time | relevance | path

Searched defs:is_synchronous (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/include/lldb/Breakpoint/
DStoppointCallbackContext.h44 bool is_synchronous; // Is the callback being executed synchronously with the variable
/external/rust/crates/termcolor/src/
Dlib.rs170 fn is_synchronous(&self) -> bool { in is_synchronous() method
185 fn is_synchronous(&self) -> bool { in is_synchronous() method
200 fn is_synchronous(&self) -> bool { in is_synchronous() method
634 fn is_synchronous(&self) -> bool { in is_synchronous() method
668 fn is_synchronous(&self) -> bool { in is_synchronous() method
705 fn is_synchronous(&self) -> bool { in is_synchronous() method
768 fn is_synchronous(&self) -> bool { in is_synchronous() method
838 fn is_synchronous(&self) -> bool { in is_synchronous() method
1192 fn is_synchronous(&self) -> bool { in is_synchronous() method
1252 fn is_synchronous(&self) -> bool { in is_synchronous() method
[all …]
/external/llvm-project/lldb/source/Breakpoint/
DWatchpoint.cpp65 bool is_synchronous) { in SetCallback()
78 bool is_synchronous) { in SetCallback()
DBreakpointLocation.cpp199 void *baton, bool is_synchronous) { in SetCallback()
209 bool is_synchronous) { in SetCallback()
DBreakpoint.cpp430 bool is_synchronous) { in SetCallback()
443 bool is_synchronous) { in SetCallback()
/external/rust/crates/codespan-reporting/src/term/
Drenderer.rs983 fn is_synchronous(&self) -> bool { in is_synchronous() method