Home
last modified time | relevance | path

Searched refs:oldComp (Results 1 - 1 of 1) sorted by relevance

/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dserializable_test.cpp35 static bool IsSame(Config::Component &oldComp, Config::Component &newComp);
66 bool SerializableTest::IsSame(Config::Component &oldComp, Config::Component &newComp) in IsSame() argument
69 isSame = oldComp.description == newComp.description; in IsSame()
70 isSame = oldComp.lib == newComp.lib && isSame; in IsSame()
71 isSame = oldComp.constructor == newComp.constructor && isSame; in IsSame()
72 isSame = oldComp.destructor == newComp.destructor && isSame; in IsSame()
73 isSame = oldComp.params == newComp.params && isSame; in IsSame()

Completed in 2 milliseconds