Searched refs:account_nodes (Results 1 – 1 of 1) sorted by relevance
132 std::vector<OpNode*> account_nodes; in ShowInternal() local136 account_nodes.push_back(*it); in ShowInternal()140 std::reverse(std::begin(account_nodes), std::end(account_nodes)); in ShowInternal()148 int64 start = SearchRoot(account_nodes, opts.start_name_regexes); in ShowInternal()149 for (int64 i = start, end = account_nodes.size(); i < end; ++i, ++depth) { in ShowInternal()150 OpNode* n = account_nodes[i]; in ShowInternal()