Searched defs:found (Results 1 – 6 of 6) sorted by relevance
61 std::size_t found = sql.find(']', pos); in CharCheck() local69 std::size_t found = sql.find('\n', pos); in CharCheck() local77 std::size_t found = sql.find("*/", pos); in CharCheck() local95 std::size_t found = sql.find(ch, pos); in StrCheck() local
33 std::string::size_type found = str.find(spSymbol); in SplitStr() local
94 std::set<uint64_t> found; in test_symgroups_static() local123 std::set<uint64_t> found; in test_symgroups_dynamic() local151 std::set<uint64_t> found; in test_symgroups_selection() local179 std::set<uint64_t> found; in test_symgroups_selection() local223 std::set<uint64_t> found; in test_symgroups_selection() local
120 bool found = false; in evalSolverSugarFunction() local
222 size_t found = m_matname.find("SPD"); in Getnextvalidmatrix() local
545 int idx = 1, found=false; variable