Lines Matching defs:iter
80 const auto iter = in FindElementsRunAction() local
107 name, packages, [&](bool found, auto& iter) { return found ? iter->get() : nullptr; }); in FindPackage()
111 return FindElementsRunAction<ResourceTablePackage>(name, packages, [&](bool found, auto& iter) { in FindOrCreatePackage()
118 const auto iter = std::lower_bound(entries.begin(), entries.end(), type, less_than_type); in FindTypeRunAction() local
125 [&](bool found, auto& iter) { return found ? iter->get() : nullptr; }); in FindType()
129 return FindTypeRunAction(type, types, [&](bool found, auto& iter) { in FindOrCreateType()
135 return FindElementsRunAction<ResourceEntry>(name, entries, [&](bool found, auto& iter) { in CreateEntry()
142 name, entries, [&](bool found, auto& iter) { return found ? iter->get() : nullptr; }); in FindEntry()
146 return FindElementsRunAction<ResourceEntry>(name, entries, [&](bool found, auto& iter) { in FindOrCreateEntry()
153 auto iter = std::lower_bound(values.begin(), values.end(), ConfigKey{&config, product}, in FindValue() local
166 auto iter = std::lower_bound(values.begin(), values.end(), ConfigKey{&config, product}, in FindValue() local
179 auto iter = std::lower_bound(values.begin(), values.end(), ConfigKey{&config, product}, in FindOrCreateValue() local
195 auto iter = values.begin(); in FindAllValues() local
381 auto iter = std::lower_bound(values.begin(), values.end(), ConfigKey{&config, product}, in FindValue() local