Searched refs:ArrayTypeStorage (Results 1 – 2 of 2) sorted by relevance
29 struct ArrayTypeStorage;128 detail::ArrayTypeStorage> {
27 struct spirv::detail::ArrayTypeStorage : public TypeStorage { struct in spirv::detail30 static ArrayTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument32 return new (allocator.allocate<ArrayTypeStorage>()) ArrayTypeStorage(key); in construct()39 ArrayTypeStorage(const KeyTy &key) in ArrayTypeStorage() argument