Home
last modified time | relevance | path

Searched refs:IsBlob (Results 1 – 4 of 4) sorted by relevance

/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py627 elif self.IsBlob:
743 def IsBlob(self): member in Ref
748 if self.IsBlob:
825 elif self.IsBlob:
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h414 bool IsBlob() const { return type_ == FBT_BLOB; } in IsBlob() function
587 } else if (IsBlob()) { in ToString()
/third_party/flatbuffers/tests/
Dpy_flexbuffers_test.py581 self.assertTrue(root.IsBlob)
602 self.assertTrue(root.IsBlob)
Dtest.cpp2957 TEST_EQ(vec[3].IsBlob(), true); in FlexBuffersTest()