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

/external/lldb/include/lldb/Target/
H A DProcess.h1003 m_name_match_type (eNameMatchIgnore),
1011 m_name_match_type (process_name_match_type),
1044 return m_name_match_type;
1050 m_name_match_type = name_match_type;
1066 NameMatchType m_name_match_type; member in class:lldb_private::ProcessInstanceInfoMatch
/external/lldb/source/Target/
H A DProcess.cpp853 if (m_name_match_type == eNameMatchIgnore || process_name == NULL)
859 return lldb_private::NameMatches (process_name, m_name_match_type, match_name);
901 if (m_name_match_type != eNameMatchIgnore)
936 m_name_match_type = eNameMatchIgnore;

Completed in 124 milliseconds