Searched refs:nodes_index (Results 1 – 1 of 1) sorted by relevance
555 std::map<std::string, std::size_t> nodes_index; in ParseActions() local557 nodes_index[nodes[i]->GetName()] = i; in ParseActions()593 if (nodes_index.find(node_name) == nodes_index.end()) { in ParseActions()600 node_index = nodes_index[node_name]; in ParseActions()