/external/executorch/backends/apple/coreml/runtime/kvstore/ |
D | types.hpp | 50 struct Blob { struct 51 static inline void *copy_data(const void *data, size_t size) { in copy_data() 57 inline Blob(const void *data, size_t size) in Blob() function 64 inline Blob(Blob&& other) noexcept in Blob() function 69 inline Blob& operator=(Blob&& other) noexcept { in operator =() 75 inline ~Blob() { in ~Blob() 81 inline UnOwnedBlob toUnOwned() const noexcept { in toUnOwned() 85 void *data = nullptr; 86 size_t size = 0; 91 Blob, enumerator
|
/external/cronet/tot/third_party/abseil-cpp/absl/base/ |
D | no_destructor_test.cc | 30 struct Blob { struct 31 Blob() : val(42) {} in Blob() function 32 Blob(int x, int y) : val(x + y) {} in Blob() function 33 Blob(std::initializer_list<int> xs) { in Blob() function 39 Blob(Blob&& b) noexcept : val(b.val) { in Blob() function 45 ~Blob() { ABSL_INTERNAL_CHECK(moved_out, "~Blob"); } in ~Blob() 47 int val; 48 bool moved_out = false;
|
/external/cronet/stable/third_party/abseil-cpp/absl/base/ |
D | no_destructor_test.cc | 30 struct Blob { struct 31 Blob() : val(42) {} in Blob() function 32 Blob(int x, int y) : val(x + y) {} in Blob() function 33 Blob(std::initializer_list<int> xs) { in Blob() function 39 Blob(Blob&& b) noexcept : val(b.val) { in Blob() function 45 ~Blob() { ABSL_INTERNAL_CHECK(moved_out, "~Blob"); } in ~Blob() 47 int val; 48 bool moved_out = false;
|
/external/angle/third_party/abseil-cpp/absl/base/ |
D | no_destructor_test.cc | 30 struct Blob { struct 31 Blob() : val(42) {} in Blob() function 32 Blob(int x, int y) : val(x + y) {} in Blob() argument 33 Blob(std::initializer_list<int> xs) { in Blob() argument 39 Blob(Blob&& b) noexcept : val(b.val) { in Blob() function 45 ~Blob() { ABSL_INTERNAL_CHECK(moved_out, "~Blob"); } in ~Blob() 47 int val; 48 bool moved_out = false;
|
/external/abseil-cpp/absl/base/ |
D | no_destructor_test.cc | 30 struct Blob { struct 31 Blob() : val(42) {} in Blob() function 32 Blob(int x, int y) : val(x + y) {} in Blob() function 33 Blob(std::initializer_list<int> xs) { in Blob() argument 39 Blob(Blob&& b) noexcept : val(b.val) { in Blob() function 45 ~Blob() { ABSL_INTERNAL_CHECK(moved_out, "~Blob"); } in ~Blob() 47 int val; 48 bool moved_out = false;
|
/external/rust/android-crates-io/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 309 impl io::Read for Blob<'_> { implementation 334 impl io::Write for Blob<'_> { implementation 369 impl io::Seek for Blob<'_> { implementation 397 impl Drop for Blob<'_> { implementation
|
D | pos_io.rs | 9 impl<'conn> Blob<'conn> { impl
|
/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 | 90 class Blob(NamedTuple): class 154 blobs: Iterable[Blob], namespace: str | None = None 173 def array_def_from_blob_data(blob: Blob, blob_data: bytes) -> str: 199 blobs: Iterable[Blob], header_path: str, namespace: str | None = None
|
/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/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/clang/test/Index/ |
D | print-type.cpp | 45 struct Blob { struct 49 int Blob::*member_pointer; argument
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUPALMetadata.cpp | 70 bool AMDGPUPALMetadata::setFromBlob(unsigned Type, StringRef Blob) { in setFromBlob() 78 bool AMDGPUPALMetadata::setFromLegacyBlob(StringRef Blob) { in setFromLegacyBlob() 86 bool AMDGPUPALMetadata::setFromMsgPackBlob(StringRef Blob) { in setFromMsgPackBlob() 716 void AMDGPUPALMetadata::toBlob(unsigned Type, std::string &Blob) { in toBlob() 723 void AMDGPUPALMetadata::toLegacyBlob(std::string &Blob) { in toLegacyBlob() 736 void AMDGPUPALMetadata::toMsgPackBlob(std::string &Blob) { in toMsgPackBlob()
|
/external/pytorch/aten/src/ATen/core/ |
D | blob.h | 25 Blob() noexcept : meta_() {} in Blob() function 30 Blob(Blob&& other) noexcept : Blob() { in Blob() function
|
/external/flatbuffers/rust/flexbuffers/src/builder/ |
D | push.rs | 19 impl<B: Buffer> Sealed for Blob<B> {} implementation 48 impl<B: Buffer> Pushable for Blob<B> { implementation
|
/external/flatbuffers/rust/flexbuffers/src/ |
D | lib.rs | 89 pub struct Blob<B>(pub B); struct 91 impl<B: Buffer> Clone for Blob<B> { implementation
|
/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/googleapis/google/ai/generativelanguage/v1/ |
D | content.proto | 63 message Blob { message
|
/external/libkmsxx/kms++/inc/kms++/ |
D | property.h | 15 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/swiftshader/third_party/llvm-16.0/llvm/lib/BinaryFormat/ |
D | MsgPackDocument.cpp | 128 StringRef Blob, bool Multi, in readFromBlob() 247 void Document::writeToBlob(std::string &Blob) { in writeToBlob()
|
/external/rust/cxx/demo/src/ |
D | blobstore.cc | 18 using Blob = struct { typedef in org::blobstore::BlobstoreClient::impl
|
/external/bazelbuild-rules_rust/examples/crate_universe/using_cxx/src/ |
D | blobstore.cc | 20 using Blob = struct { typedef in org::blobstore::BlobstoreClient::impl
|