Searched refs:node_paths (Results 1 – 2 of 2) sorted by relevance
1249 node_paths.insert(std::make_pair(name, path)); in collect_names_recursive()1259 auto i = node_paths.find(name); in collect_names_recursive()1260 if (i != node_paths.end()) in collect_names_recursive()1262 node_paths.erase(name); in collect_names_recursive()1310 node_paths.clear(); in collect_names()1381 node_path path = node_paths[pv->string_data]; in resolve_cross_references()1527 for (auto &s : node_paths) in garbage_collect_marked_nodes()2136 if (node_paths.find(s.first) == node_paths.end()) in parse_dts()
774 std::unordered_map<std::string, node_path> node_paths; member in dtc::fdt::device_tree