Searched refs:is_blob (Results 1 – 5 of 5) sorted by relevance
56 static bool is_blob = false; variable324 is_blob = true; in handle_file()
27 if (value->is_blob()) { in GetOrCreateRefOrCopy()828 if (value && value->is_blob()) { in GetBinary()1247 if (const_value().Get(index, &out_value) && out_value->is_blob()) { in GetBinary()
151 bool is_blob() const { return type() == Type::BINARY; } in is_blob() function
229 CHECK(is_blob()); in GetBlob()828 if (!result || !value->is_blob()) in GetBinary()
23796 + if (!value->is_blob())23814 + value->is_blob() ? new OhGinJavascriptBridgeValue(value) : NULL);25735 + if (!result->is_blob()) {