Home
last modified time | relevance | path

Searched refs:RANGE_CHECKED_BYTE_SUCCESS (Results 1 – 4 of 4) sorted by relevance

/external/piex/src/tiff_directory/
Dtiff_directory.cc33 using binary_parse::RANGE_CHECKED_BYTE_SUCCESS;
88 MemoryStatus err = RANGE_CHECKED_BYTE_SUCCESS; in Get()
96 if (err != RANGE_CHECKED_BYTE_SUCCESS) { in Get()
127 MemoryStatus err = RANGE_CHECKED_BYTE_SUCCESS; in Get()
151 if (err != RANGE_CHECKED_BYTE_SUCCESS) { in Get()
182 MemoryStatus err = RANGE_CHECKED_BYTE_SUCCESS; in Get()
206 if (err != RANGE_CHECKED_BYTE_SUCCESS) { in Get()
/external/piex/src/binary_parse/
Drange_checked_byte_ptr.cc94 error_flag_(RANGE_CHECKED_BYTE_SUCCESS) { in RangeCheckedBytePtr()
109 error_flag_(RANGE_CHECKED_BYTE_SUCCESS) {} in RangeCheckedBytePtr()
300 if (*status != RANGE_CHECKED_BYTE_SUCCESS) { in Get16s()
322 if (status && *status == RANGE_CHECKED_BYTE_SUCCESS) { in Get16u()
338 if (*status != RANGE_CHECKED_BYTE_SUCCESS) { in Get32s()
382 if (status && *status == RANGE_CHECKED_BYTE_SUCCESS) { in Get32u()
Drange_checked_byte_ptr.h37 RANGE_CHECKED_BYTE_SUCCESS = 0, enumerator
484 return error_flag_ != RANGE_CHECKED_BYTE_SUCCESS; in errorOccurred()
/external/piex/src/image_type_recognition/
Dimage_type_recognition_lite.cc77 MemoryStatus status = binary_parse::RANGE_CHECKED_BYTE_SUCCESS; in CheckUInt16Value()
80 if (status != binary_parse::RANGE_CHECKED_BYTE_SUCCESS) { in CheckUInt16Value()
90 MemoryStatus status = binary_parse::RANGE_CHECKED_BYTE_SUCCESS; in CheckUInt32Value()
93 if (status != binary_parse::RANGE_CHECKED_BYTE_SUCCESS) { in CheckUInt32Value()