Searched refs:isBlob (Results 1 – 7 of 7) sorted by relevance
70 function isBlob(object) { function75 if (isBlob(source))235 isBlob, property
40 isBlob(): boolean { return ValueType.BLOB === this.valueType; } method in Reference88 if (this.isBlob()) {
353 public boolean isBlob() { in isBlob() method in FlexBuffers.Reference546 if (isBlob() || isString()) { in asBlob()
349 assert.strictEqual(blob.isBlob(), true);
677 TestEq(vec.get(2).isBlob(), true); in testFlexBuffersTest()
49 bool get isBlob => _valueType == ValueType.Blob;
129 public val isBlob: Boolean get() = type == T_BLOB constant in com.google.flatbuffers.kotlin.Reference