Searched refs:FactoryEntry (Results 1 – 2 of 2) sorted by relevance
29 const AllocatorFactoryRegistry::FactoryEntry*49 const FactoryEntry* existing = FindEntry(name, priority); in Register()59 FactoryEntry entry; in Register()71 FactoryEntry* best_entry = nullptr; in GetAllocator()93 FactoryEntry* best_entry = nullptr; in GetSubAllocator()
92 struct FactoryEntry { struct103 std::vector<FactoryEntry> factories_ GUARDED_BY(mu_); argument107 const FactoryEntry* FindEntry(const string& name, int priority) const