Searched refs:outerGroupInfo (Results 1 – 3 of 3) sorted by relevance
1227 const BuiltinFuncGroup& outerGroupInfo = funcInfoGroups[outerGroupNdx]; in init() local1228 …TestCaseGroup* outerGroup = new TestCaseGroup(m_context, outerGroupInfo.name, outerGroupInfo.descr… in init()1234 for (int funcInfoNdx = 0; funcInfoNdx < (int)outerGroupInfo.funcInfos.size(); funcInfoNdx++) in init()1236 const BuiltinFuncInfo& funcInfo = outerGroupInfo.funcInfos[funcInfoNdx]; in init()
1825 const BuiltinFuncGroup& outerGroupInfo = funcInfoGroups[outerGroupNdx]; in init() local1826 …TestCaseGroup* outerGroup = new TestCaseGroup(m_testCtx, outerGroupInfo.name, outerGroupInfo.descr… in init()1832 for (int funcInfoNdx = 0; funcInfoNdx < (int)outerGroupInfo.funcInfos.size(); funcInfoNdx++) in init()1834 const BuiltinFuncInfo& funcInfo = outerGroupInfo.funcInfos[funcInfoNdx]; in init()
1865 const BuiltinFuncGroup& outerGroupInfo = funcInfoGroups[outerGroupNdx]; in init() local1866 …TestCaseGroup* outerGroup = new TestCaseGroup(m_context, outerGroupInfo.name, outerGroupInfo.descr… in init()1872 for (int funcInfoNdx = 0; funcInfoNdx < (int)outerGroupInfo.funcInfos.size(); funcInfoNdx++) in init()1874 const BuiltinFuncInfo& funcInfo = outerGroupInfo.funcInfos[funcInfoNdx]; in init()