Searched defs:isBlob (Results 1 – 3 of 3) sorted by relevance
| /third_party/flatbuffers/ts/flexbuffers/ | ||
| D | reference.ts | 46 isBlob(): boolean { return ValueType.BLOB === this.valueType; } method in Reference |
| /third_party/flatbuffers/java/src/main/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 |