Home
last modified time | relevance | path

Searched refs:m_lookups (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Breakpoint/
DBreakpointResolverName.cpp117 m_lookups.push_back (lookup); in BreakpointResolverName()
139 m_lookups.push_back (lookup); in AddNameLookup()
147 m_lookups.push_back (lookup); in AddNameLookup()
216 for (const LookupInfo &lookup : m_lookups) in SearchCallback()
337 size_t num_names = m_lookups.size(); in GetDescription()
339 s->Printf("name = '%s'", m_lookups[0].name.GetCString()); in GetDescription()
345 s->Printf ("'%s', ", m_lookups[i].name.GetCString()); in GetDescription()
347 s->Printf ("'%s'}", m_lookups[num_names - 1].name.GetCString()); in GetDescription()
/external/lldb/include/lldb/Breakpoint/
DBreakpointResolverName.h108 std::vector<LookupInfo> m_lookups; variable