Searched defs:IsOneShot (Results 1 – 5 of 5) sorted by relevance
32 bool IsOneShot() const { return m_nType == Type::kOneShot; } in IsOneShot() function
290 bool IsOneShot() const { return m_one_shot; } in IsOneShot() function
265 bool SBBreakpointName::IsOneShot() const { in IsOneShot() function in SBBreakpointName
243 bool SBBreakpoint::IsOneShot() const { in IsOneShot() function in SBBreakpoint
343 bool Breakpoint::IsOneShot() const { return m_options_up->IsOneShot(); } in IsOneShot() function in Breakpoint