Searched refs:cons_cb (Results 1 – 2 of 2) sorted by relevance
46 if (h->cons_cb != nullptr) { in PurgeTable()47 h->cons_cb(s, nullptr); in PurgeTable()62 ", ccb:", reinterpret_cast<uint64>(&cons_cb), "]"); in DebugString()96 if (h->cons_cb != nullptr) { in ProvideBuf()104 h->cons_cb(Status::OK(), h); in ProvideBuf()124 if (it->second->cons_cb) { in ConsumeBuf()131 existing_hook->cons_cb = done; in ConsumeBuf()136 h->cons_cb = done; in ConsumeBuf()141 existing_hook->cons_cb(Status::OK(), existing_hook); in ConsumeBuf()
65 ConsumerCallback cons_cb; member71 cons_cb(nullptr) {} in Hook()