Searched refs:ListOf (Results 1 – 4 of 4) sorted by relevance
187 class ListOf class190 explicit ListOf(const std::string listType) : mWildcard(true), mListType(listType) {} in ListOf() function in angle::ListOf191 ~ListOf() { mList.clear(); } in ~ListOf()216 bool match(const ListOf<T> &toCheck) const in match()567 ListOf<GPU> mGpuList;638 ListOf<Application> mAppList;639 ListOf<Device> mDevList;
254 .AppendType(Type::ListOf(generic)) in TEST()256 .AppendType(Type::ListOf(Type::IterableOf(generic))) in TEST()258 .AppendType(Type::ListOf(Type::Wildcard())); in TEST()
310 var_type = Type::ListOf(var_type); in CreateAttribute()327 var_type = Type::ListOf(var_type); in CreateOutput()
94 static Type ListOf(const Type& type) { in ListOf() function