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

/external/lldb/include/lldb/Target/
H A DPlatform.h568 IDToNameMap m_uid_map; member in class:lldb_private::Platform
577 IDToNameMap::iterator pos = m_uid_map.find (uid);
578 if (pos != m_uid_map.end())
594 m_uid_map[uid] = const_name;
605 m_uid_map[uid] = ConstString();
613 m_uid_map.clear();
/external/lldb/source/Target/
H A DPlatform.cpp247 m_uid_map(),

Completed in 49 milliseconds