Searched refs:attributes_ (Results 1 – 7 of 7) sorted by relevance
390 auto iter = attributes_.find(name); in Load()391 if (iter == attributes_.end()) { in Load()392 attributes_[name] = std::make_unique<ProfileAttribute>(controller, file_attr); in Load()438 auto iter = attributes_.find(attr_name); in Load()439 if (iter != attributes_.end()) { in Load()521 auto iter = attributes_.find(name); in GetAttribute()523 if (iter != attributes_.end()) { in GetAttribute()
187 std::map<std::string, std::unique_ptr<ProfileAttribute>> attributes_; variable
259 std::set<AttributeEntry> attributes_; member272 attributes_.insert(val); in MediaElementItem()288 for (const auto& entry : attributes_) { in size()
144 uint32_t attributes() const { return attributes_; } in attributes()145 void set_attributes(uint32_t attributes) { attributes_ = attributes; } in set_attributes()162 uint32_t attributes_; variable
216 AddPayloadOctets1(pkt, (uint8_t)item.attributes_.size()); in PushMediaElementItem()217 for (const auto& entry : item.attributes_) { in PushMediaElementItem()
1181 song_item.attributes_ = std::move(song.attributes); in GetVFSListResponse()1183 song_item.attributes_ = in GetVFSListResponse()1217 item.attributes_ = std::move(song.attributes); in GetNowPlayingListResponse()1219 item.attributes_ = in GetNowPlayingListResponse()
99 : name_(name), group_name_(group_name), attributes_(attributes), size_(0) {} in Partition()150 Partition p(name_, group_name_, attributes_); in GetBeginningExtents()