Searched refs:safe_size (Results 1 – 3 of 3) sorted by relevance
116 const FX_SAFE_SIZE_T safe_size = file_size_; in IsWholeFileAvailable() local119 (safe_size.IsValid() ? IsDataRangeAvailable(0, safe_size.ValueOrDie()) in IsWholeFileAvailable()159 const FX_SAFE_SIZE_T safe_size = file_size_; in CheckWholeFileAndRequestIfUnavailable() local160 if (safe_size.IsValid()) in CheckWholeFileAndRequestIfUnavailable()161 ScheduleDownload(0, safe_size.ValueOrDie()); in CheckWholeFileAndRequestIfUnavailable()
14 FX_SAFE_SIZE_T safe_size = size; in LLVMFuzzerTestOneInput() local15 if (!safe_size.IsValid()) in LLVMFuzzerTestOneInput()20 WideString::FromUTF8(ByteStringView(data, safe_size.ValueOrDie())); in LLVMFuzzerTestOneInput()
49 FX_SAFE_SIZE_T safe_size = size; in LLVMFuzzerTestOneInput() local50 if (!safe_size.IsValid()) in LLVMFuzzerTestOneInput()