Searched refs:HasBeenUsed (Results 1 – 4 of 4) sorted by relevance
34 bool HasBeenUsed; variable37 AddressPool() : HasBeenUsed(false) {} in AddressPool()47 bool hasBeenUsed() const { return HasBeenUsed; } in hasBeenUsed()49 void resetUsedFlag() { HasBeenUsed = false; } in resetUsedFlag()
20 HasBeenUsed = true; in getIndex()
37 bool HasBeenUsed = false; variable50 bool hasBeenUsed() const { return HasBeenUsed; } in hasBeenUsed()52 void resetUsedFlag() { HasBeenUsed = false; } in resetUsedFlag()
21 HasBeenUsed = true; in getIndex()