Searched refs:account_nodes (Results 1 – 1 of 1) sorted by relevance
135 std::vector<OpNode*> account_nodes; in ShowInternal() local139 account_nodes.push_back(*it); in ShowInternal()143 std::reverse(std::begin(account_nodes), std::end(account_nodes)); in ShowInternal()151 int64 start = SearchRoot(account_nodes, opts.start_name_regexes); in ShowInternal()152 for (int64 i = start; i < account_nodes.size(); ++i, ++depth) { in ShowInternal()153 OpNode* n = account_nodes[i]; in ShowInternal()