Home
last modified time | relevance | path

Searched refs:is_blob (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/freedreno/decode/
Dcffdump.c57 static bool is_blob = false; variable
312 is_blob = true; in handle_file()
/external/libchrome/base/
Dvalues.h158 bool is_blob() const { return type() == Type::BINARY; } in is_blob() function
Dvalues.cc250 CHECK(is_blob()); in GetBlob()
892 if (!result || !value->is_blob()) in GetBinary()
Dvalues_unittest.cc1147 ASSERT_TRUE(copy_binary->is_blob()); in TEST()