Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp304 auto documentation_remove_iter = std::remove_if(documentation_attrs.begin(), in ProcessStyleable() local
311 documentation_attrs.erase(documentation_remove_iter, documentation_attrs.end()); in ProcessStyleable()