Searched defs:Collections (Results 1 - 1 of 1) sorted by relevance

/art/dexlayout/
H A Ddex_ir.h107 // Collections become owners of the objects added by moving them into unique pointers.
164 class Collections { class in namespace:art::dex_ir
166 Collections() = default;
353 DISALLOW_COPY_AND_ASSIGN(Collections);
438 Collections& GetCollections() { return collections_; }
454 Collections collections_;

Completed in 90 milliseconds