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

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_file.cc 110 bool WriteVector(const std::vector<T>& values, FILE* fp, MD5Context* context) {
144 return WriteVector(flat_values, fp, context);
462 if (!WriteVector(add_prefixes_, new_file_.get(), NULL) ||
463 !WriteVector(sub_prefixes_, new_file_.get(), NULL) ||
464 !WriteVector(add_hashes_, new_file_.get(), NULL) ||
465 !WriteVector(sub_hashes_, new_file_.get(), NULL))
634 !WriteVector(add_prefixes, new_file_.get(), &context) ||
635 !WriteVector(sub_prefixes, new_file_.get(), &context) ||
636 !WriteVector(add_full_hashes, new_file_.get(), &context) ||
637 !WriteVector(sub_full_hashes, new_file_.get(), &context)
    [all...]
  /external/chromium_org/courgette/
encoded_program.cc 45 CheckBool WriteVector(const V& items, SinkStream* buffer) {
340 success &= WriteVector(origins_, streams->stream(kStreamOriginAddresses));
345 success &= WriteVector(ops_, streams->stream(kStreamOps));
349 success &= WriteVector(copy_counts_, streams->stream(kStreamCopyCounts));
355 success &= WriteVector(abs32_ix_, streams->stream(kStreamAbs32Indexes));
358 success &= WriteVector(rel32_ix_, streams->stream(kStreamRel32Indexes));

Completed in 30 milliseconds