Searched refs:statements_ (Results 1 – 2 of 2) sorted by relevance
31 statements_.emplace_back(statement); in AppendStatement()37 for (const auto& statement : statements_) { in Print()
236 std::vector<std::string> statements_; variable