Home
last modified time | relevance | path

Searched defs:IsOneShot (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fxjs/
Dglobal_timer.h32 bool IsOneShot() const { return m_nType == Type::kOneShot; } in IsOneShot() function
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointOptions.h290 bool IsOneShot() const { return m_one_shot; } in IsOneShot() function
/external/llvm-project/lldb/source/API/
DSBBreakpointName.cpp265 bool SBBreakpointName::IsOneShot() const { in IsOneShot() function in SBBreakpointName
DSBBreakpoint.cpp243 bool SBBreakpoint::IsOneShot() const { in IsOneShot() function in SBBreakpoint
/external/llvm-project/lldb/source/Breakpoint/
DBreakpoint.cpp343 bool Breakpoint::IsOneShot() const { return m_options_up->IsOneShot(); } in IsOneShot() function in Breakpoint