Home
last modified time | relevance | path

Searched refs:GetNodeIndex (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/
DDebug.cpp344 static size_t GetNodeIndex(const std::vector<ResourceName>& names, const ResourceName& name) { in GetNodeIndex() function
385 std::cout << " node_" << GetNodeIndex(names, name) << " [label=\"" << name << "\"];\n"; in PrintStyleGraph()
390 size_t style_node_index = GetNodeIndex(names, style_name); in PrintStyleGraph()
394 << "node_" << GetNodeIndex(names, parent_name) << ";\n"; in PrintStyleGraph()