Home
last modified time | relevance | path

Searched refs:dataSize_ (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/c_utils/base/src/
H A Dparcel.cpp48 dataSize_ = 0; in Parcel()
79 if (dataSize_ > readCursor_) { in GetReadableBytes()
80 return dataSize_ - readCursor_; in GetReadableBytes()
200 return dataSize_; in GetDataSize()
244 if ((data_ != nullptr) && (dataSize_ > 0)) { in SetAllocator()
249 void *newData = allocator->Alloc(dataSize_); in SetAllocator()
251 UTILS_LOGE("Failed to alloc parcel size, dataSize_ = %{public}zu", dataSize_); in SetAllocator()
255 if (memcpy_s(newData, dataSize_, data_, dataSize_) ! in SetAllocator()
[all...]
/commonlibrary/c_utils/base/include/
H A Dparcel.h847 size_t dataSize_; member in OHOS::Parcel

Completed in 3 milliseconds