Home
last modified time | relevance | path

Searched defs:IsBlob (Results 1 – 3 of 3) sorted by relevance

/external/drm_hwcomposer/drm/
DDrmProperty.h90 bool IsBlob() const { in IsBlob() function
/external/flatbuffers/python/flatbuffers/
Dflexbuffers.py752 def IsBlob(self): member in Ref
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h441 bool IsBlob() const { return type_ == FBT_BLOB; } in IsBlob() function