Home
last modified time | relevance | path

Searched defs:Blob (Results 1 - 7 of 7) sorted by relevance

/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dblob.h26 class Blob { class
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddata_value.cpp23 Blob::Blob() : ptr_(nullptr), size_(0) in Blob() function in DistributedDB::Blob
36 Blob::Blob(Blob &&blob) : ptr_(blob.ptr_), size_(blob.size_) in Blob() function in DistributedDB::Blob
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddata_value.h26 class Blob { class
[all...]
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_blob_cache.cpp37 BlobCache::Blob::Blob(const void *dataIn, size_t size) :dataSize(size) in Blob() function in OHOS::BlobCache::Blob
[all...]
H A Degl_blob_cache.h47 struct Blob { struct in OHOS::BlobCache
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dblob.cpp24 Blob::Blob() { } in Blob() function in OHOS::DistributedKv::Blob
26 Blob::Blob(const Blob &blob) in Blob() function in OHOS::DistributedKv::Blob
31 Blob::Blob(Blob &&blob) in Blob() function in OHOS::DistributedKv::Blob
60 Blob::Blob(const char *str, size_t n) Blob() function in OHOS::DistributedKv::Blob
68 Blob::Blob(const std::string &str) Blob() function in OHOS::DistributedKv::Blob
79 Blob::Blob(const char *str) Blob() function in OHOS::DistributedKv::Blob
95 Blob::Blob(const std::vector<uint8_t> &bytes) Blob() function in OHOS::DistributedKv::Blob
100 Blob::Blob(std::vector<uint8_t> &&bytes) Blob() function in OHOS::DistributedKv::Blob
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dvalue_object.cpp

Completed in 3 milliseconds