Home
last modified time | relevance | path

Searched defs:Blob (Results 1 – 25 of 43) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUPALMetadata.cpp69 bool AMDGPUPALMetadata::setFromBlob(unsigned Type, StringRef Blob) { in setFromBlob()
77 bool AMDGPUPALMetadata::setFromLegacyBlob(StringRef Blob) { in setFromLegacyBlob()
85 bool AMDGPUPALMetadata::setFromMsgPackBlob(StringRef Blob) { in setFromMsgPackBlob()
597 void AMDGPUPALMetadata::toBlob(unsigned Type, std::string &Blob) { in toBlob()
604 void AMDGPUPALMetadata::toLegacyBlob(std::string &Blob) { in toLegacyBlob()
617 void AMDGPUPALMetadata::toMsgPackBlob(std::string &Blob) { in toMsgPackBlob()
/third_party/flatbuffers/rust/flexbuffers/src/builder/
Dpush.rs19 impl<B: Buffer> Sealed for Blob<B> {} implementation
48 impl<B: Buffer> Pushable for Blob<B> { implementation
/third_party/flatbuffers/rust/flexbuffers/src/
Dlib.rs89 pub struct Blob<B>(pub B); struct
91 impl<B: Buffer> Clone for Blob<B> { implementation
Dflexbuffer_type.rs103 Blob = 25, enumerator
/third_party/node/test/fixtures/wpt/FileAPI/
Didlharness.worker.js13 Blob: ['new Blob(["TEST"])'], property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMsgPackDocument.cpp76 bool Document::readFromBlob(StringRef Blob, bool Multi) { in readFromBlob()
179 void Document::writeToBlob(std::string &Blob) { in writeToBlob()
/third_party/node/lib/internal/
Dblob.js101 class Blob extends JSTransferable { class
233 Blob, property
/third_party/node/doc/api/
Dbuffer.md300 ### `new buffer.Blob([sources[, options]])`
322 ### `blob.arrayBuffer()`
332 ### `blob.size`
339 ### `blob.slice([start, [end, [type]]])`
351 ### `blob.text()`
361 ### `blob.type`
370 ### `Blob` objects and `MessageChannel`
/third_party/rust/crates/cxx/demo/src/
Dblobstore.cc18 using Blob = struct { typedef in org::blobstore::BlobstoreClient::impl
/third_party/node/deps/npm/node_modules/node-fetch-npm/src/
Dblob.js11 class Blob { class
Dbody.js11 const Blob = require('./blob.js') constant
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DSizedMRUCache_unittest.cpp15 using Blob = std::vector<uint8_t>; typedef
DBlobCache_unittest.cpp19 using Blob = BlobCache::Value; typedef
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DSizedMRUCache_unittest.cpp15 using Blob = std::vector<uint8_t>; typedef
DBlobCache_unittest.cpp19 using Blob = BlobCache::Value; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DBitstreamRemarkParser.cpp47 StringRef Blob; in parseRecord() local
94 StringRef Blob; in parseRecord() local
DBitstreamRemarkSerializer.cpp103 StringRef Blob = OS.str(); in emitMetaStrTab() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitstreamWriter.h297 StringRef Blob, Optional<unsigned> Code) { in EmitRecordWithAbbrevImpl()
441 StringRef Blob) { in EmitRecordWithBlob()
DBitCodes.h105 Blob = 5 // 32-bit aligned array of 8-bit characters. enumerator
/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dspirv_types.h111 using Blob = std::vector<uint32_t>; variable
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DD3D12CachingTests.cpp65 using Blob = std::vector<uint8_t>; typedef in FakePersistentCache
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp503 StringRef Blob, in decodeMetadataStringsBlob()
839 StringRef Blob; in parseBlock() local
DMetadataLoader.cpp715 StringRef Blob; in lazyLoadModuleMetadataBlock() local
963 StringRef Blob; in parseMetadata() local
995 StringRef Blob; in lazyLoadOneMetadata() local
1053 PlaceholderQueue &Placeholders, StringRef Blob, unsigned &NextMetadataNo) { in parseOneMetadata()
1924 ArrayRef<uint64_t> Record, StringRef Blob, in parseMetadataStrings()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_buffer.js23 const BlobClass = class Blob { class
102 Blob: BlobClass, property
/third_party/flutter/skia/src/gpu/ops/
DGrAtlasTextOp.h31 typedef GrTextBlob Blob; typedef

12