Searched refs:GetDataAndMove (Results 1 – 3 of 3) sorted by relevance
139 bool GetDataAndMove(size_t &offset, size_t count, std::vector<unsigned char> &value);
926 bool result = exifMakerNote.GetDataAndMove(offset, count, value);943 bool result = exifMakerNote.GetDataAndMove(offset, count, value);
600 bool ExifMakerNote::GetDataAndMove(size_t &offset, size_t count, std::vector<unsigned char> &value) in GetDataAndMove() function in OHOS::ImagePlugin::ExifMakerNote