Home
last modified time | relevance | path

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

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