Searched refs:BytesAtLocationStartWith (Results 1 – 3 of 3) sorted by relevance
159 return segment.BytesAtLocationStartWith(location, kXmpId); in IsPrimaryXmpSegment()164 return segment.BytesAtLocationStartWith(location, kXmpExtendedId); in IsExtendedXmpSegment()169 return segment.BytesAtLocationStartWith(payload_data_location, kMpf); in IsMpfSegment()174 return segment.BytesAtLocationStartWith(payload_data_location, kExif); in IsExifSegment()179 return segment.BytesAtLocationStartWith(payload_data_location, kJfif); in IsJfifSegment()211 return segment.BytesAtLocationStartWith(start, primary_xmp_guid_.c_str()); in HasMatchingExtendedXmpGuid()
51 bool JpegSegment::BytesAtLocationStartWith(size_t location, in BytesAtLocationStartWith() function in photos_editing_formats::image_io::JpegSegment70 if (BytesAtLocationStartWith(location, str)) { in Find()
88 bool BytesAtLocationStartWith(size_t location, const char* str) const;