Home
last modified time | relevance | path

Searched defs:isBlob (Results 1 – 4 of 4) sorted by relevance

/third_party/node/lib/internal/
Dblob.js70 function isBlob(object) { function
235 isBlob, property
/third_party/flatbuffers/ts/flexbuffers/
Dreference.ts40 isBlob(): boolean { return ValueType.BLOB === this.valueType; } method in Reference
/third_party/flatbuffers/java/com/google/flatbuffers/
DFlexBuffers.java353 public boolean isBlob() { in isBlob() method in FlexBuffers.Reference
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffers.kt129 public val isBlob: Boolean get() = type == T_BLOB constant in com.google.flatbuffers.kotlin.Reference