Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp247 std::vector<StyleableAttr> sorted_attributes; in ProcessStyleable() local
248 sorted_attributes.reserve(styleable.entries.size()); in ProcessStyleable()
283 sorted_attributes.push_back(std::move(styleable_attr)); in ProcessStyleable()
287 std::sort(sorted_attributes.begin(), sorted_attributes.end()); in ProcessStyleable()
291 const size_t attr_count = sorted_attributes.size(); in ProcessStyleable()
309 std::vector<StyleableAttr> documentation_attrs = sorted_attributes; in ProcessStyleable()
352 const StyleableAttr& attr = sorted_attributes[i]; in ProcessStyleable()
389 const StyleableAttr& styleable_attr = sorted_attributes[i]; in ProcessStyleable()
414 util::make_unique<IntMember>(sorted_attributes[i].field_name, static_cast<uint32_t>(i)); in ProcessStyleable()
442 StringPrintf("int styleable %s %zd", sorted_attributes[i].field_name.c_str(), i)); in ProcessStyleable()