Searched refs:oldComp (Results 1 – 1 of 1) sorted by relevance
34 static bool IsSame(Config::Component &oldComp, Config::Component &newComp);73 bool SerializableTest::IsSame(Config::Component &oldComp, Config::Component &newComp) in IsSame() argument76 isSame = oldComp.description == newComp.description; in IsSame()77 isSame = oldComp.lib == newComp.lib && isSame; in IsSame()78 isSame = oldComp.constructor == newComp.constructor && isSame; in IsSame()79 isSame = oldComp.destructor == newComp.destructor && isSame; in IsSame()80 isSame = oldComp.params == newComp.params && isSame; in IsSame()