HomeSort by relevance Sort by last modified time
    Searched refs:kUnlimitedBytes (Results 1 - 2 of 2) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
vcdecoder.cc 118 // If planned_target_file_size is not set to kUnlimitedBytes, then the decoder
331 static const size_t kUnlimitedBytes = static_cast<size_t>(-3);
391 return planned_target_file_size_ != kUnlimitedBytes;
606 const size_t VCDiffStreamingDecoderImpl::kUnlimitedBytes;
624 planned_target_file_size_ = kUnlimitedBytes;
    [all...]
  /external/open-vcdiff/src/
vcdecoder.cc 324 static const size_t kUnlimitedBytes = static_cast<size_t>(-3);
384 return planned_target_file_size_ != kUnlimitedBytes;
612 const size_t VCDiffStreamingDecoderImpl::kUnlimitedBytes;
630 planned_target_file_size_ = kUnlimitedBytes;
    [all...]

Completed in 426 milliseconds