Searched refs:IsBlob (Results 1 – 4 of 4) sorted by relevance
66 bool IsBlob() const { return db_iter_->IsBlob(); } in IsBlob() function
180 bool IsBlob() const { in IsBlob() function
109 if (!iter_->IsBlob()) { in value()122 if (iter_->Valid() && iter_->status().ok() && iter_->IsBlob()) { in UpdateBlobValue()
274 reinterpret_cast<ArenaWrappedDBIter*>(iterator)->IsBlob()); in TEST_F()