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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc2329 std::vector<std::pair<std::string, const Method*> > smethods; local
2332 smethods.reserve(methods->count());
2348 smethods.push_back(std::make_pair(p->first, p->second));
2352 if (smethods.empty())
2355 std::sort(smethods.begin(), smethods.end(), Sort_methods());
2360 vals->reserve(smethods.size());
2362 = smethods.begin();
2363 p != smethods.end();

Completed in 68 milliseconds