Searched refs:is_blob (Results 1 – 3 of 3) sorted by relevance
158 bool is_blob() const { return type() == Type::BINARY; } in is_blob() function
250 CHECK(is_blob()); in GetBlob()892 if (!result || !value->is_blob()) in GetBinary()
1147 ASSERT_TRUE(copy_binary->is_blob()); in TEST()