Searched defs:m_egid (Results 1 - 1 of 1) sorted by relevance

/external/lldb/include/lldb/Target/
H A DProcess.h336 m_egid (UINT32_MAX),
346 m_egid (UINT32_MAX),
356 m_egid = UINT32_MAX;
369 return m_egid;
381 return m_egid != UINT32_MAX;
393 m_egid = gid;
425 uint32_t m_egid; member in class:lldb_private::ProcessInstanceInfo

Completed in 70 milliseconds