Searched refs:IsBlob (Results 1 – 4 of 4) sorted by relevance
627 elif self.IsBlob:743 def IsBlob(self): member in Ref748 if self.IsBlob:825 elif self.IsBlob:
414 bool IsBlob() const { return type_ == FBT_BLOB; } in IsBlob() function587 } else if (IsBlob()) { in ToString()
581 self.assertTrue(root.IsBlob)602 self.assertTrue(root.IsBlob)
2957 TEST_EQ(vec[3].IsBlob(), true); in FlexBuffersTest()