Lines Matching defs:fValue
264 : fValue(value)269 : fValue(that.fValue)272 that.fValue = nullptr;275 ~TestCallback() { fValue ? (void)(*fValue = -1) : void(); }278 fValue = std::exchange(that.fValue, nullptr);285 *fValue = 1;290 int* fValue = nullptr;