Searched refs:phandle_set (Results 1 – 1 of 1) sorted by relevance
1352 std::unordered_map<property_value*, fixup&> phandle_set; in resolve_cross_references() local1355 phandle_set.insert({&i.val, i}); in resolve_cross_references()1363 auto i = phandle_set.find(&v); in resolve_cross_references()1364 if (i != phandle_set.end()) in resolve_cross_references()