Searched refs:used_capacity (Results 1 – 5 of 5) sorted by relevance
151 return cmp(self.drone.used_capacity(), other.drone.used_capacity())643 return min(drones, key=lambda d: d.used_capacity())
61 def used_capacity(self): member in SiteDrone
725 int used_capacity = table->UsedCapacity(); in HasMore() local727 while (index < used_capacity && table->KeyAt(index)->IsTheHole(ro_roots)) { in HasMore()733 if (index < used_capacity) return true; in HasMore()
1111 TNode<IntPtrT> used_capacity = in NextSkipHoles() local1121 GotoIfNot(IntPtrLessThan(var_index.value(), used_capacity), if_end); in NextSkipHoles()
6558 Node* used_capacity = in ReduceCollectionIteratorPrototypeNext() local6576 used_capacity); in ReduceCollectionIteratorPrototypeNext()