Home
last modified time | relevance | path

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

12

/external/rust/crates/rusqlite/src/blob/
Dmod.rs201 pub struct Blob<'conn> { struct
225 ) -> Result<Blob<'a>> { in blob_open() argument
250 impl Blob<'_> { implementation
310 impl io::Read for Blob<'_> { implementation
335 impl io::Write for Blob<'_> { implementation
370 impl io::Seek for Blob<'_> { implementation
398 impl Drop for Blob<'_> { implementation
Dpos_io.rs10 impl<'conn> Blob<'conn> { implementation
/external/ComputeLibrary/arm_compute/runtime/
DISimpleLifetimeManager.h85 struct Blob struct
95 std::list<Blob> _free_blobs; /**< Free blobs */ argument
/external/pigweed/pw_build/py/pw_build/
Dgenerate_cc_blob_library.py67 class Blob(NamedTuple): class
108 def header_from_blobs(blobs: Iterable[Blob],
151 def source_from_blobs(blobs: Iterable[Blob],
/external/ImageMagick/Magick++/lib/
DBlob.cpp19 Magick::Blob::Blob(void) in Blob() function in Magick::Blob
24 Magick::Blob::Blob(const void* data_,const size_t length_) in Blob() function in Magick::Blob
29 Magick::Blob::Blob(const Magick::Blob& blob_) in Blob() function in Magick::Blob
/external/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()
/external/libkmsxx/kms++/src/
Dblob.cpp10 Blob::Blob(Card& card, uint32_t blob_id) in Blob() function in kms::Blob
16 Blob::Blob(Card& card, void* data, size_t len) in Blob() function in kms::Blob
/external/clang/test/Index/
Dprint-type.cpp45 struct Blob { struct
49 int Blob::*member_pointer; argument
/external/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()
/external/libbrillo/brillo/
Dsecure_blob.h19 using Blob = std::vector<uint8_t>; variable
/external/libkmsxx/kms++/inc/kms++/
Dproperty.h14 Blob, enumerator
Ddecls.h6 class Blob; variable
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache.proto24 message Blob { message
/external/rust/cxx/demo/src/
Dblobstore.cc18 using Blob = struct { typedef in org::blobstore::BlobstoreClient::impl
/external/angle/src/libANGLE/
DSizedMRUCache_unittest.cpp15 using Blob = std::vector<uint8_t>; typedef
DBlobCache_unittest.cpp19 using Blob = BlobCache::Value; typedef
/external/clang/lib/Frontend/
DTestModuleFileExtension.cpp64 StringRef Blob; in Reader() local
DSerializedDiagnosticReader.cpp183 StringRef Blob; in readDiagnosticBlock() local
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp424 StringRef Blob) { in decodeMetadataStringsBlob()
464 StringRef Blob) { in decodeBlob()
571 StringRef Blob; in ParseBlock() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DBitstreamRemarkParser.cpp47 StringRef Blob; in parseRecord() local
94 StringRef Blob; in parseRecord() local
/external/llvm/include/llvm/Bitcode/
DBitCodes.h97 Blob = 5 // 32-bit aligned array of 8-bit characters. enumerator
DBitstreamWriter.h302 StringRef Blob, Optional<unsigned> Code) { in EmitRecordWithAbbrevImpl()
446 StringRef Blob) { in EmitRecordWithBlob()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitstreamWriter.h297 StringRef Blob, Optional<unsigned> Code) { in EmitRecordWithAbbrevImpl()
441 StringRef Blob) { in EmitRecordWithBlob()
/external/angle/src/common/spirv/
Dspirv_types.h111 using Blob = std::vector<uint32_t>; variable
/external/rust/crates/rusqlite/src/types/
Dvalue.rs19 Blob(Vec<u8>), enumerator

12