Home
last modified time | relevance | path

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

/external/flatbuffers/python/flatbuffers/
Dflexbuffers.py743 def IsBlob(self): member in Ref
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h415 bool IsBlob() const { return type_ == FBT_BLOB; } in IsBlob() function