Searched refs:IsMatching (Results 1 – 3 of 3) sorted by relevance
27 virtual bool IsMatching(uint32 field) = 0;43 virtual bool IsMatching(uint32 field);62 virtual bool IsMatching(uint32 field);82 virtual bool IsMatching(uint32 field);105 virtual bool IsMatching(uint32 field);
77 ConstantFieldTester::IsMatching(uint32 field) in IsMatching() function in ConstantFieldTester129 HasBitsFieldTester::IsMatching(uint32 field) in IsMatching() function in HasBitsFieldTester201 NotFieldTester::IsMatching(uint32 field) in IsMatching() function in NotFieldTester203 return fSlave ? (!fSlave->IsMatching(field)) : false; in IsMatching()295 MinMatchFieldTester::IsMatching(uint32 field) in IsMatching() function in MinMatchFieldTester306 if ((((BitFieldTester*)fSlaves.ItemAt(i))->IsMatching(field)) in IsMatching()
61 { return fTester->IsMatching(bits); } in DoModifiersMatch()