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

References

tools/lldb/source/Commands/CommandObjectPlatform.cpp
 1092               case NameMatch::Equals:
 1232         match_info.SetNameMatchType(NameMatch::Equals);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 2157         case NameMatch::Equals:
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  354                                    .Case("equals", NameMatch::Equals)
tools/lldb/source/Target/Process.cpp
 2803           match_info.SetNameMatchType(NameMatch::Equals);
tools/lldb/source/Utility/NameMatches.cpp
   20   case NameMatch::Equals:
tools/lldb/unittests/Utility/NameMatchesTest.cpp
   19   EXPECT_TRUE(NameMatches("foo", NameMatch::Equals, "foo"));
   20   EXPECT_FALSE(NameMatches("foo", NameMatch::Equals, "bar"));
tools/lldb/unittests/Utility/ProcessInstanceInfoTest.cpp
  100   match.SetNameMatchType(NameMatch::Equals);