Searched refs:forkFunc_ (Results 1 – 2 of 2) sorted by relevance
276 if (forkFunc_) { in Query()277 forkFunc_(tableName, extend); in Query()605 forkFunc_ = forkFunc; in ForkQuery()
152 std::function<void(const std::string &, VBucket &)> forkFunc_; variable