Searched refs:truncate_ (Results 1 – 8 of 8) sorted by relevance
28 : index_(index), offset_(offset), buf_len_(buf_len), truncate_(truncate) { in ReadWriteDataParameters()36 if (truncate_) in ToValue()37 dict->SetBoolean("truncate", truncate_); in ToValue()
42 const bool truncate_; variable
145 truncate_ = truncate; in WriteData()254 &my_callback_, truncate_); in ExecuteEntryOperation()
130 bool truncate_; variable
47 truncate_(other.truncate_), in SimpleEntryOperation()297 int end = (type_ == TYPE_WRITE && truncate_) ? INT_MAX : offset_ + length_; in ConflictsWith()335 truncate_(truncate), in SimpleEntryOperation()
108 bool truncate() const { return truncate_; } in truncate()150 const bool truncate_; variable
31 truncate_(false), in BackendIO()174 truncate_ = truncate; in WriteData()298 truncate_); in ExecuteEntryOperation()
137 bool truncate_; variable