Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/
Dpy_flexbuffers_test.py286 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))
Dtest.cpp2958 auto blob = vec[3].AsBlob(); in FlexBuffersTest()
/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py628 return len(self.AsBlob)
747 def AsBlob(self): member in Ref
826 return self.AsBlob
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h588 auto blob = AsBlob(); in ToString()
598 Blob AsBlob() const { in AsBlob() function
792 template<> inline Blob Reference::As<Blob>() const { return AsBlob(); }