Searched refs:AsBlob (Results 1 – 4 of 4) sorted by relevance
/third_party/flatbuffers/tests/ |
D | py_flexbuffers_test.py | 286 for prop in (type(root).AsKey, type(root).AsString, type(root).AsBlob, 314 type(root).AsBlob, 344 for prop in (type(root).AsKey, type(root).AsString, type(root).AsBlob, 463 for prop in (type(root).AsKey, type(root).AsString, type(root).AsBlob, 582 self.assertEqual(root.AsBlob, bytes()) 603 self.assertEqual(root.AsBlob, bytes(blob))
|
D | test.cpp | 2958 auto blob = vec[3].AsBlob(); in FlexBuffersTest()
|
/third_party/flatbuffers/python/flatbuffers/ |
D | flexbuffers.py | 628 return len(self.AsBlob) 747 def AsBlob(self): member in Ref 826 return self.AsBlob
|
/third_party/flatbuffers/include/flatbuffers/ |
D | flexbuffers.h | 588 auto blob = AsBlob(); in ToString() 598 Blob AsBlob() const { in AsBlob() function 792 template<> inline Blob Reference::As<Blob>() const { return AsBlob(); }
|