Searched refs:HasBeenUsed (Results 1 – 3 of 3) sorted by relevance
36 bool HasBeenUsed = false; variable49 bool hasBeenUsed() const { return HasBeenUsed; } in hasBeenUsed()51 void resetUsedFlag(bool HasBeenUsed = false) { this->HasBeenUsed = HasBeenUsed; }
1005 mutable bool HasBeenUsed = false; variable1081 bool hasBeenUsed() const { return HasBeenUsed; }; in hasBeenUsed()1082 void clearHasBeenUsed() { HasBeenUsed = false; } in clearHasBeenUsed()
2303 HasBeenUsed = true; in lookupPath()2312 HasBeenUsed = true; in lookupPath()