Searched defs:other_type (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_entry_operation.cc270 EntryOperationType other_type = other_op.type(); local
273 if (!IsReadWriteType(type_) || !IsReadWriteType(other_type))
277 if (IsReadType(type_) && IsReadType(other_type))
281 if (IsSparseType(type_) != IsSparseType(other_type)) {

Completed in 67 milliseconds