Searched defs:collections (Results 1 – 6 of 6) sorted by relevance
48 static void addFontMap(std::shared_ptr<FontCollection>&& collections) { in addFontMap()74 void addFontMapInternal(std::shared_ptr<FontCollection>&& collections) { in addFontMapInternal()
31 LeakDetector providesLeakDetector(DumpManager dumpManager, TrackedCollections collections) { in providesLeakDetector()
74 TrackedCollections collections = new TrackedCollections(); in setup() local
38 void addFontMap(std::shared_ptr<FontCollection>&& collections) { in addFontMap()
192 const std::vector<std::shared_ptr<FontCollection>>& collections) { in writeToBuffer()
85 … std::unordered_map<input_collection_id_t, input_collection, InputCollectionIdHasher> collections; member