Home
last modified time | relevance | path

Searched refs:statements_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/java/
DClassDefinition.cpp31 statements_.push_back(statement.to_string()); in AppendStatement()
37 for (const auto& statement : statements_) { in Print()
DClassDefinition.h204 std::vector<std::string> statements_; variable