Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/decode/
Dcffdump.c56 static bool is_blob = false; variable
324 is_blob = true; in handle_file()
/third_party/cef/libcef/common/
Dvalues_impl.cc27 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()
/third_party/gn/src/base/
Dvalues.h151 bool is_blob() const { return type() == Type::BINARY; } in is_blob() function
Dvalues.cc229 CHECK(is_blob()); in GetBlob()
828 if (!result || !value->is_blob()) in GetBinary()
/third_party/chromium/patch/
D0003-ohos-1115.patch23796 + if (!value->is_blob())
23814 + value->is_blob() ? new OhGinJavascriptBridgeValue(value) : NULL);
25735 + if (!result->is_blob()) {