Searched refs:styleable_ (Results 1 – 2 of 2) sorted by relevance
225 styleable_->entries.push_back(Reference(ParseNameOrDie(str))); in AddItem()226 styleable_->entries.back().id = id; in AddItem()231 return std::move(styleable_); in Build()
155 std::unique_ptr<Styleable> styleable_ = util::make_unique<Styleable>(); variable