Searched refs:m_retain_count (Results 1 - 2 of 2) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DDNBBreakpoint.h107 return ++m_retain_count;
111 if (m_retain_count == 0)
113 return --m_retain_count;
117 uint32_t m_retain_count; // Each breakpoint is maintained by address and is ref counted in case multiple people set a breakpoint at the same address member in class:DNBBreakpoint
H A DDNBBreakpoint.cpp24 m_retain_count (1),

Completed in 326 milliseconds