Lines Matching defs:Collection
144 ORDERED_COLLECTION *Collection;
150 // Handles and Collection are temporary / helper variables, while in Map we
161 Collection = OrderedCollectionInit (RootBridgePathCompare,
163 if (Collection == NULL) {
189 // not the main one). In that case, link the device path into Collection.
195 Status = OrderedCollectionInsert (Collection, NULL, DevicePath);
218 Entry = OrderedCollectionMin (Collection);
249 for (Entry = OrderedCollectionMin (Collection); Entry != NULL;
252 OrderedCollectionDelete (Collection, Entry, NULL);
254 OrderedCollectionUninit (Collection);