Searched defs:DataBuf (Results 1 – 2 of 2) sorted by relevance
48 struct DataBuf { struct56 DataBuf() = default; argument86 iterator Begin() noexcept in Begin()95 const_iterator CBegin() const noexcept in CBegin()104 iterator End() noexcept in End()113 const_iterator CEnd() const noexcept in CEnd()122 size_t Size() const in Size()185 bool Empty() const in Empty()
56 DataBuf::DataBuf(size_t size) : pData_(size) {} in DataBuf() function in OHOS::Media::DataBuf58 DataBuf::DataBuf(const byte *pData, size_t size) : pData_(size) in DataBuf() function in OHOS::Media::DataBuf