Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DPlatform.h565 typedef std::map<uint32_t, ConstString> IDToNameMap; typedef
568 IDToNameMap m_uid_map;
569 IDToNameMap m_gid_map;
577 IDToNameMap::iterator pos = m_uid_map.find (uid); in GetCachedUserName()
620 IDToNameMap::iterator pos = m_gid_map.find (gid); in GetCachedGroupName()