Lines Matching defs:last
43 const auto last = packages.end();
44 auto iter = std::lower_bound(packages.begin(), last, name,
46 if (iter != last && name == (*iter)->name) {
75 const auto last = packages.end();
76 auto iter = std::lower_bound(packages.begin(), last, name,
78 if (iter != last && name == (*iter)->name) {
88 const auto last = types.end();
89 auto iter = std::lower_bound(types.begin(), last, type, lessThanType);
90 if (iter != last && (*iter)->type == type) {
97 const auto last = types.end();
98 auto iter = std::lower_bound(types.begin(), last, type, lessThanType);
99 if (iter != last && (*iter)->type == type) {
106 const auto last = entries.end();
107 auto iter = std::lower_bound(entries.begin(), last, name,
109 if (iter != last && name == (*iter)->name) {
116 auto last = entries.end();
117 auto iter = std::lower_bound(entries.begin(), last, name,
119 if (iter != last && name == (*iter)->name) {