Searched refs:HasPreallocatedCall (Results 1 – 1 of 1) sorted by relevance
112 bool HasPreallocatedCall = false; variable222 bool hasPreallocatedCall() const { return HasPreallocatedCall; } in hasPreallocatedCall()223 void setHasPreallocatedCall(bool v) { HasPreallocatedCall = v; } in setHasPreallocatedCall()