Lines Matching refs:readAbleSize
1452 size_t readAbleSize = this->GetReadableBytes() / sizeof(T);
1454 if ((size > readAbleSize) || (size > val->max_size())) {
1455 UTILS_LOGE("Failed to read vector, size = %{public}zu, readAbleSize = %{public}zu", size, readAbleSize);
1486 size_t readAbleSize = this->GetReadableBytes() / sizeof(Type);
1488 if ((size > readAbleSize) || (size > val->max_size())) {
1489 UTILS_LOGE("Failed to fixed aligned read vector, size = %{public}zu, readAbleSize = %{public}zu",
1490 size, readAbleSize);
1577 size_t readAbleSize = this->GetReadableBytes();
1579 if ((size > readAbleSize) || (val->max_size() < size)) {
1580 UTILS_LOGE("Failed to read string vector, size = %{public}zu, readAbleSize = %{public}zu", size, readAbleSize);
1606 size_t readAbleSize = this->GetReadableBytes();
1608 if ((size > readAbleSize) || (val->max_size() < size)) {
1609 UTILS_LOGE("Failed to read u16string vector, size = %{public}zu, readAbleSize = %{public}zu",
1610 size, readAbleSize);