Home
last modified time | relevance | path

Searched refs:blobValue (Results 1 – 4 of 4) sorted by relevance

/third_party/flatbuffers/ts/flexbuffers/
Dreference.ts87 blobValue(): Uint8Array | null { method in Reference
183 return this.blobValue() || this.stringValue();
/third_party/flatbuffers/tests/
DJavaScriptFlexBuffersTest.js350 assert.deepStrictEqual(blob.blobValue(), new Uint8Array([77]));
/third_party/flatbuffers/dart/lib/src/
Dreference.dart111 Uint8List get blobValue {
236 return jsonEncode(base64Encode(blobValue));
/third_party/flatbuffers/dart/test/
Dflex_reader_test.dart72 Reference.fromBuffer(b([3, 1, 2, 3, 3, 100, 1])).blobValue, [1, 2, 3]);