Searched defs:isBlob (Results 1 – 4 of 4) sorted by relevance
/third_party/node/lib/internal/ | ||
D | blob.js | 70 function isBlob(object) { function |
/third_party/flatbuffers/ts/flexbuffers/ | ||
D | reference.ts | 40 isBlob(): boolean { return ValueType.BLOB === this.valueType; } method in Reference |
/third_party/flatbuffers/java/com/google/flatbuffers/ | ||
D | FlexBuffers.java | 353 public boolean isBlob() { in isBlob() method in FlexBuffers.Reference |
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ | ||
D | FlexBuffers.kt | 129 public val isBlob: Boolean get() = type == T_BLOB constant in com.google.flatbuffers.kotlin.Reference |