Home
last modified time | relevance | path

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

/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()