reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Commands/CommandObjectPlatform.cpp
 1232         match_info.SetNameMatchType(NameMatch::Equals);
 1238         match_info.SetNameMatchType(NameMatch::EndsWith);
 1244         match_info.SetNameMatchType(NameMatch::StartsWith);
 1250         match_info.SetNameMatchType(NameMatch::Contains);
 1256         match_info.SetNameMatchType(NameMatch::RegularExpression);
 1466         match_info.SetNameMatchType(NameMatch::StartsWith);
tools/lldb/source/Commands/CommandObjectProcess.cpp
  349         match_info.SetNameMatchType(NameMatch::StartsWith);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  360         match_info.SetNameMatchType(name_match);
tools/lldb/source/Target/Process.cpp
 2803           match_info.SetNameMatchType(NameMatch::Equals);
tools/lldb/unittests/Utility/ProcessInstanceInfoTest.cpp
  100   match.SetNameMatchType(NameMatch::Equals);