Lines Matching defs:iter
82 const auto iter = in FindElementsRunAction() local
109 name, packages, [&](bool found, auto& iter) { return found ? iter->get() : nullptr; }); in FindPackage()
113 return FindElementsRunAction<ResourceTablePackage>(name, packages, [&](bool found, auto& iter) { in FindOrCreatePackage()
121 const auto iter = std::lower_bound(entries.begin(), entries.end(), type, less_than_type); in FindTypeRunAction() local
133 [&](bool found, auto& iter) { return found ? iter->get() : nullptr; }); in FindType()
137 return FindTypeRunAction(type, types, [&](bool found, auto& iter) { in FindOrCreateType()
143 return FindElementsRunAction<ResourceEntry>(name, entries, [&](bool found, auto& iter) { in CreateEntry()
150 name, entries, [&](bool found, auto& iter) { return found ? iter->get() : nullptr; }); in FindEntry()
154 return FindElementsRunAction<ResourceEntry>(name, entries, [&](bool found, auto& iter) { in FindOrCreateEntry()
161 auto iter = std::lower_bound(values.begin(), values.end(), ConfigKey{&config, product}, in FindValue() local
174 auto iter = std::lower_bound(values.begin(), values.end(), ConfigKey{&config, product}, in FindValue() local
187 auto iter = std::lower_bound(values.begin(), values.end(), ConfigKey{&config, product}, in FindOrCreateValue() local
203 auto iter = values.begin(); in FindAllValues() local
390 auto iter = std::lower_bound(values.begin(), values.end(), ConfigKey{&config, product}, in FindValue() local