Searched refs:attrs_ (Results 1 – 3 of 3) sorted by relevance
29 attrs_ = new uint32_t[len]; in MockAttributeFinder()30 memcpy(attrs_, attrs, sizeof(*attrs) * len); in MockAttributeFinder()33 ~MockAttributeFinder() { delete attrs_; } in ~MockAttributeFinder()35 inline uint32_t GetAttribute(const int index) const { return attrs_[index]; } in GetAttribute()38 uint32_t* attrs_; member in android::MockAttributeFinder
153 : attrs_(std::move(attrs)) { in DegradeToManyRule()168 result.reserve(attrs_.size()); in Degrade()169 for (const ReplacementAttr& attr : attrs_) { in Degrade()
95 std::vector<ReplacementAttr> attrs_; variable