Searched refs:fullObjects (Results 1 – 3 of 3) sorted by relevance
169 QList<SqliteStatement::FullObject> fullObjects = query->getContextFullObjects(); in testGetFullObjects() local170 QVERIFY(fullObjects.size() == 2); in testGetFullObjects()172 for (const SqliteStatement::FullObject& fullObj : fullObjects) in testGetFullObjects()197 QList<SqliteStatement::FullObject> fullObjects = query->getContextFullObjects(); in testGetFullObjects2() local198 QVERIFY(fullObjects.size() == 5); in testGetFullObjects2()200 for (const SqliteStatement::FullObject& fullObj : fullObjects) in testGetFullObjects2()
58 QList<FullObject> fullObjects = getContextFullObjects(this, checkParent, checkChilds); in getContextFullObjects() local61 QMutableListIterator<FullObject> it(fullObjects); in getContextFullObjects()87 return fullObjects; in getContextFullObjects()
890 QList<SqliteStatement::FullObject> fullObjects; in checkForValidObjects() local894 fullObjects = query->getContextFullObjects(); in checkForValidObjects()895 for (const SqliteStatement::FullObject& fullObj : fullObjects) in checkForValidObjects()