Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp249 std::vector<StyleableAttr> sorted_attributes; in ProcessStyleable() local
250 sorted_attributes.reserve(styleable.entries.size()); in ProcessStyleable()
285 sorted_attributes.push_back(std::move(styleable_attr)); in ProcessStyleable()
289 std::sort(sorted_attributes.begin(), sorted_attributes.end()); in ProcessStyleable()
293 const size_t attr_count = sorted_attributes.size(); in ProcessStyleable()
311 std::vector<StyleableAttr> documentation_attrs = sorted_attributes; in ProcessStyleable()
355 const StyleableAttr& attr = sorted_attributes[i]; in ProcessStyleable()
392 const StyleableAttr& styleable_attr = sorted_attributes[i]; in ProcessStyleable()
417 util::make_unique<IntMember>(sorted_attributes[i].field_name, static_cast<uint32_t>(i)); in ProcessStyleable()
445 StringPrintf("int styleable %s %zd", sorted_attributes[i].field_name.c_str(), i)); in ProcessStyleable()