Searched defs:BlobByteEqual (Results 1 – 1 of 1) sorted by relevance
76 struct BlobByteEqual { struct77 bool operator()(std::shared_ptr<Blob> lhs, std::shared_ptr<Blob> rhs) const in operator()