Searched refs:BlobDBListenerGC (Results 1 – 3 of 3) sorted by relevance
44 class BlobDBListenerGC : public BlobDBListener {46 explicit BlobDBListenerGC(BlobDBImpl* blob_db_impl) in BlobDBListenerGC() function
73 friend class BlobDBListenerGC; variable
195 db_options_.listeners.push_back(std::make_shared<BlobDBListenerGC>(this)); in Open()