Searched defs:AAsset (Results 1 – 2 of 2) sorted by relevance
50 struct AAsset { struct53 explicit AAsset(std::unique_ptr<Asset> asset) : mAsset(std::move(asset)) { } in AAsset() argument
73 typedef struct AAsset AAsset; typedef