| Home | Sort by relevance Sort by last modified time |
| /external/libdrm/ | |
| xf86drmMode.c | 1196 bool is_blob; member in struct:_drmModePropertySetItem 1254 if (item->is_blob) 1268 item->is_blob = false; 1314 if (!item->is_blob) 1328 item->is_blob = true; [all...] |
| /external/libchrome/base/ | |
| values.cc | 231 CHECK(is_blob()); 304 if (out_value && is_blob()) { 308 return is_blob(); [all...] |
| values.h | 122 bool is_blob() const { return type() == Type::BINARY; } function in class:base::Value |