Searched refs:cur_node (Results 1 – 1 of 1) sorted by relevance
220 for (const std::unique_ptr<MatchTrie>& cur_node : nodes_) { in IsLeaf() local221 if (cur_node != nullptr) { in IsLeaf()