Home
last modified time | relevance | path

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

12345

/external/executorch/backends/apple/coreml/runtime/kvstore/
Dtypes.hpp50 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/
Dno_destructor_test.cc30 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/
Dno_destructor_test.cc30 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/
Dno_destructor_test.cc30 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/
Dno_destructor_test.cc30 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/
Dmod.rs201 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
Dpos_io.rs9 impl<'conn> Blob<'conn> { impl
/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.py90 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/
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/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/clang/test/Index/
Dprint-type.cpp45 struct Blob { struct
49 int Blob::*member_pointer; argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUPALMetadata.cpp70 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/
Dblob.h25 Blob() noexcept : meta_() {} in Blob() function
30 Blob(Blob&& other) noexcept : Blob() { in Blob() function
/external/flatbuffers/rust/flexbuffers/src/builder/
Dpush.rs19 impl<B: Buffer> Sealed for Blob<B> {} implementation
48 impl<B: Buffer> Pushable for Blob<B> { implementation
/external/flatbuffers/rust/flexbuffers/src/
Dlib.rs89 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/
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/googleapis/google/ai/generativelanguage/v1/
Dcontent.proto63 message Blob { message
/external/libkmsxx/kms++/inc/kms++/
Dproperty.h15 Blob, enumerator
Ddecls.h6 class Blob; variable
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache.proto24 message Blob { message
/external/swiftshader/third_party/llvm-16.0/llvm/lib/BinaryFormat/
DMsgPackDocument.cpp128 StringRef Blob, bool Multi, in readFromBlob()
247 void Document::writeToBlob(std::string &Blob) { in writeToBlob()
/external/rust/cxx/demo/src/
Dblobstore.cc18 using Blob = struct { typedef in org::blobstore::BlobstoreClient::impl
/external/bazelbuild-rules_rust/examples/crate_universe/using_cxx/src/
Dblobstore.cc20 using Blob = struct { typedef in org::blobstore::BlobstoreClient::impl

12345