Searched refs:cons_cb (Results 1 – 2 of 2) sorted by relevance
53 if (h->cons_cb != nullptr) { in PurgeTable()54 h->cons_cb(s, nullptr); in PurgeTable()69 ", ccb:", reinterpret_cast<uint64>(&cons_cb), "]"); in DebugString()103 if (h->cons_cb != nullptr) { in ProvideBuf()111 h->cons_cb(Status::OK(), h); in ProvideBuf()149 if (it->second->cons_cb) { in ConsumeBuf()156 existing_hook->cons_cb = done; in ConsumeBuf()161 h->cons_cb = done; in ConsumeBuf()166 existing_hook->cons_cb(Status::OK(), existing_hook); in ConsumeBuf()
68 ConsumerCallback cons_cb; member74 cons_cb(nullptr) {} in Hook()