Home
last modified time | relevance | path

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

12

/third_party/rust/rust/tests/ui/associated-type-bounds/
Dsupertrait-defines-ty.rs9 type Blob; typedef
17 fn to_blob(&self) -> Self::Blob; in to_blob()
21 type Blob = Self; typedef
/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/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/rust/crates/cxx/demo/src/
Dblobstore.cc18 using Blob = struct { typedef in org::blobstore::BlobstoreClient::impl
/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/rust/rust/tests/ui/traits/
Dself-without-lifetime-constraint.rs10 Blob(&'a [u8]), enumerator
/third_party/skia/m133/third_party/externals/harfbuzz/src/wasm/rust/harfbuzz-wasm/src/
Dlib.rs217 pub fn reference_table(&self, tag: &str) -> Blob { in reference_table()
317 pub struct Blob { struct
319 pub length: u32,
321 pub data: *mut u8,
/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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp207 StringRef *Blob) { in readRecord()
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h262 Blob(const uint8_t *data_buf, uint8_t byte_width) in Blob() function
1128 size_t Blob(const void *data, size_t len) { in Blob() function
1131 size_t Blob(const std::vector<uint8_t> &v) { in Blob() function
1135 void Blob(const char *key, const void *data, size_t len) { in Blob() function
1139 void Blob(const char *key, const std::vector<uint8_t> &v) { in Blob() function
/third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/
DFlexBuffers.java673 public static class Blob extends Sized { class in FlexBuffers
676 Blob(ReadBuf buff, int end, int byteWidth) { in Blob() method in FlexBuffers.Blob
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp423 std::string Blob; in finish() local
/third_party/mesa3d/src/gallium/tools/trace/
Dmodel.py95 class Blob(Node): class
/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py352 class Blob(Sized): class
1183 def Blob(self, value): member in Builder

12