HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_BLOB (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
EntrySchema.java 39 public static final int TYPE_BLOB = 7;
132 case TYPE_BLOB:
181 case TYPE_BLOB:
219 case TYPE_BLOB:
499 type = TYPE_BLOB;
  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 78 TYPE_BLOB = 25,
367 bool IsBlob() const { return type_ == TYPE_BLOB; }
538 if (type_ == TYPE_BLOB || type_ == TYPE_STRING) {
    [all...]

Completed in 358 milliseconds