Searched refs:GetValidatedByte (Results 1 – 9 of 9) sorted by relevance
24 ValidatedByte validated_byte = segment.GetValidatedByte(location); in SkipWhiteSpaceFindChar()43 ValidatedByte hi = GetValidatedByte(payload_location); in GetVariablePayloadSize()44 ValidatedByte lo = GetValidatedByte(payload_location + 1); in GetVariablePayloadSize()54 ValidatedByte validated_byte = GetValidatedByte(location++); in BytesAtLocationStartWith()134 ValidatedByte validated_byte = GetValidatedByte(start_location + index); in ExtractString()156 ValidatedByte payload_byte = GetValidatedByte(GetPayloadLocation() + index); in GetPayloadHexDumpStrings()
88 ValidatedByte JpegScanner::GetValidatedByte(size_t location) { in GetValidatedByte() function in photos_editing_formats::image_io::JpegScanner90 return current_segment_->GetValidatedByte(location); in GetValidatedByte()94 return next_segment_->GetValidatedByte(location); in GetValidatedByte()106 ValidatedByte validated_byte = GetValidatedByte(location); in GetByte()
88 Byte value = data_segment.GetValidatedByte(i + j).value; in Transfer()
193 ValidatedByte validated_byte = segment.GetValidatedByte(location); in MaybeCaptureSegmentBytes()
74 ValidatedByte GetValidatedByte(size_t location) const { in GetValidatedByte() function75 return DataSegment::GetValidatedByte(location, begin_segment_, in GetValidatedByte()144 return JpegMarker(GetValidatedByte(marker_type_location).value); in GetMarker()
64 ValidatedByte GetValidatedByte(size_t location);
46 segment.GetValidatedByte(line_end).value == '\n') { in FindDataLines()55 line_end == range_end || segment.GetValidatedByte(line_end).value != '\n'; in FindDataLines()
50 ValidatedByte DataSegment::GetValidatedByte(size_t location, in GetValidatedByte() function in photos_editing_formats::image_io::DataSegment55 return segment->GetValidatedByte(location); in GetValidatedByte()
75 ValidatedByte GetValidatedByte(size_t location) const { in GetValidatedByte() function132 static ValidatedByte GetValidatedByte(size_t location,