Searched refs:onWillInsertValueEvent_ (Results 1 – 1 of 1) sorted by relevance
337 onWillInsertValueEvent_ = std::move(func); in SetOnWillInsertValueEvent()342 if (onWillInsertValueEvent_) { in FireOnWillInsertValueEvent()343 return onWillInsertValueEvent_(info); in FireOnWillInsertValueEvent()411 std::function<bool(const InsertValueInfo&)> onWillInsertValueEvent_; variable