Searched refs:is_blob (Results 1 – 4 of 4) sorted by relevance
57 static bool is_blob = false; variable312 is_blob = true; in handle_file()
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()