Searched refs:asBlob (Results 1 – 3 of 3) sorted by relevance
/third_party/flatbuffers/tests/ |
D | JavaTest.java | 669 TestEq(m.get("no_key").asBlob(), FlexBuffers.Blob.empty()); // empty if fail in testFlexBuffersTest() 678 TestEq(vec.get(2).asBlob().size(), 1); in testFlexBuffersTest() 679 TestEq(vec.get(2).asBlob().data().get(0), (byte) 77); in testFlexBuffersTest() 717 TestEq(Arrays.equals(mymap.get("blob").asBlob().getBytes(), new byte[]{ 65, 67 }), true); in testFlexBuffersTest() 718 TestEq(mymap.get("blob").asBlob().toString(), "AC"); in testFlexBuffersTest() 858 byte[] result = r.asBlob().getBytes(); in testSingleElementBlob()
|
/third_party/flatbuffers/java/com/google/flatbuffers/ |
D | FlexBuffers.java | 545 public Blob asBlob() { in asBlob() method in FlexBuffers.Reference 601 return asBlob().toString(sb); in toString()
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 158215 + string: function(stmt, ndx, val, asBlob){ 158219 + const func = asBlob ? api.sqlite3_bind_blob : api.sqlite3_bind_text;
|