Searched refs:CollectionIndexType (Results 1 – 1 of 1) sorted by relevance
98 using CollectionIndexType = decltype(result->fCollectionIndex); in Deserialize() typedef160 if (!SkTFitsIn<CollectionIndexType>(index)) { return false; } in Deserialize()161 result->fCollectionIndex = SkTo<CollectionIndexType>(index); in Deserialize()