Lines Matching refs:std
49 virtual void enterTestPackage (TestPackage* testPackage, std::vector<TestNode*>& children) = 0;
52 virtual void enterGroupNode (TestCaseGroup* testGroup, std::vector<TestNode*>& children) = 0;
66 virtual void enterTestPackage (TestPackage* testPackage, std::vector<TestNode*>& children);
69 virtual void enterGroupNode (TestCaseGroup* testGroup, std::vector<TestNode*>& children);
125 const std::string& getNodePath (void) const;
177 std::vector<TestNode*> children;
187 bool matchFolderName (const std::string& folderName) const;
188 bool matchCaseName (const std::string& caseName) const;
190 static std::string buildNodePath (const std::vector<NodeIter>& nodeStack);
196 std::vector<NodeIter> m_sessionStack;
197 std::string m_nodePath;