Searched refs:node_type (Results 1 – 3 of 3) sorted by relevance
422 std::string node_type = nodes[i]["Type"].asString(); in ParseNodes() local423 LOG(VERBOSE) << "Node[" << i << "]'s Type: " << node_type; in ParseNodes()424 if (node_type.empty()) { in ParseNodes()427 } else if (node_type == "File") { in ParseNodes()429 } else if (node_type == "Property") { in ParseNodes()
1432 std::unordered_map<uint64_t, std::unique_ptr<ProcessResources>>::node_type node; in removeGraphicsProcessResources()
1057 uint32 node_type; /* Node type */ member