/external/rust/crates/rusqlite/src/blob/ |
D | mod.rs | 201 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
|
D | pos_io.rs | 10 impl<'conn> Blob<'conn> { implementation
|
/external/ComputeLibrary/arm_compute/runtime/ |
D | ISimpleLifetimeManager.h | 85 struct Blob struct 95 std::list<Blob> _free_blobs; /**< Free blobs */ argument
|
/external/pigweed/pw_build/py/pw_build/ |
D | generate_cc_blob_library.py | 67 class Blob(NamedTuple): class 108 def header_from_blobs(blobs: Iterable[Blob], 151 def source_from_blobs(blobs: Iterable[Blob],
|
/external/ImageMagick/Magick++/lib/ |
D | Blob.cpp | 19 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/ |
D | AMDGPUPALMetadata.cpp | 69 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/ |
D | blob.cpp | 10 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/ |
D | print-type.cpp | 45 struct Blob { struct 49 int Blob::*member_pointer; argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
D | MsgPackDocument.cpp | 76 bool Document::readFromBlob(StringRef Blob, bool Multi) { in readFromBlob() 179 void Document::writeToBlob(std::string &Blob) { in writeToBlob()
|
/external/libbrillo/brillo/ |
D | secure_blob.h | 19 using Blob = std::vector<uint8_t>; variable
|
/external/libkmsxx/kms++/inc/kms++/ |
D | property.h | 14 Blob, enumerator
|
D | decls.h | 6 class Blob; variable
|
/external/tensorflow/tensorflow/core/tpu/kernels/ |
D | tpu_compilation_cache.proto | 24 message Blob { message
|
/external/rust/cxx/demo/src/ |
D | blobstore.cc | 18 using Blob = struct { typedef in org::blobstore::BlobstoreClient::impl
|
/external/angle/src/libANGLE/ |
D | SizedMRUCache_unittest.cpp | 15 using Blob = std::vector<uint8_t>; typedef
|
D | BlobCache_unittest.cpp | 19 using Blob = BlobCache::Value; typedef
|
/external/clang/lib/Frontend/ |
D | TestModuleFileExtension.cpp | 64 StringRef Blob; in Reader() local
|
D | SerializedDiagnosticReader.cpp | 183 StringRef Blob; in readDiagnosticBlock() local
|
/external/llvm/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 424 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/ |
D | BitstreamRemarkParser.cpp | 47 StringRef Blob; in parseRecord() local 94 StringRef Blob; in parseRecord() local
|
/external/llvm/include/llvm/Bitcode/ |
D | BitCodes.h | 97 Blob = 5 // 32-bit aligned array of 8-bit characters. enumerator
|
D | BitstreamWriter.h | 302 StringRef Blob, Optional<unsigned> Code) { in EmitRecordWithAbbrevImpl() 446 StringRef Blob) { in EmitRecordWithBlob()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/ |
D | BitstreamWriter.h | 297 StringRef Blob, Optional<unsigned> Code) { in EmitRecordWithAbbrevImpl() 441 StringRef Blob) { in EmitRecordWithBlob()
|
/external/angle/src/common/spirv/ |
D | spirv_types.h | 111 using Blob = std::vector<uint32_t>; variable
|
/external/rust/crates/rusqlite/src/types/ |
D | value.rs | 19 Blob(Vec<u8>), enumerator
|