Searched refs:removeFunction_ (Results 1 – 1 of 1) sorted by relevance
89 if (removeFunction_) { in CallRemoveFunction()90 return removeFunction_(); in CallRemoveFunction()96 removeFunction_ = std::move(func); in SetRemoveFunction()101 return removeFunction_ != nullptr; in HasRemoveFunction()144 RemoveFunction removeFunction_ = nullptr; variable