reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
240 bool Matches(const ProcessInstanceInfo &proc_info) const;
264 if (match_info.Matches(process_info)) {
tools/lldb/unittests/Utility/ProcessInstanceInfoTest.cpp104 EXPECT_TRUE(match.Matches(info_bar)); 105 EXPECT_FALSE(match.Matches(info_empty)); 108 EXPECT_TRUE(match.Matches(info_bar)); 109 EXPECT_TRUE(match.Matches(info_empty));