Searched refs:node_paths (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.bin/dtc/
H A Dfdt.cc1205 node_paths.insert(std::make_pair(name, path));
1211 auto i = node_paths.find(name);
1212 if (i != node_paths.end())
1214 node_paths.erase(name);
1262 node_paths.clear();
1333 node_path path = node_paths[pv->string_data];
1479 for (auto &s : node_paths)
2043 if (node_paths.find(s.first) == node_paths.end())
H A Dfdt.hh772 std::unordered_map<std::string, node_path> node_paths; member in class:dtc::fdt::device_tree
774 * All of the elements in `node_paths` in the order that they were
865 * them to the node_paths and node_names vectors so that they can be

Completed in 107 milliseconds