Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp241 std::vector<StyleableAttr> sorted_attributes; in ProcessStyleable() local
242 sorted_attributes.reserve(styleable.entries.size()); in ProcessStyleable()
277 sorted_attributes.push_back(std::move(styleable_attr)); in ProcessStyleable()
281 std::sort(sorted_attributes.begin(), sorted_attributes.end()); in ProcessStyleable()
285 const size_t attr_count = sorted_attributes.size(); in ProcessStyleable()
303 std::vector<StyleableAttr> documentation_attrs = sorted_attributes; in ProcessStyleable()
346 const ResourceId id = sorted_attributes[i].attr_ref->id.value_or_default(ResourceId(0)); in ProcessStyleable()
368 const StyleableAttr& styleable_attr = sorted_attributes[i]; in ProcessStyleable()
393 util::make_unique<IntMember>(sorted_attributes[i].field_name, static_cast<uint32_t>(i)); in ProcessStyleable()
421 StringPrintf("int styleable %s %zd", sorted_attributes[i].field_name.c_str(), i)); in ProcessStyleable()