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

  /external/libchrome/base/
pickle.cc 217 write_offset_(0) {
228 write_offset_(0) {
239 write_offset_(0) {
258 write_offset_(other.write_offset_) {
285 write_offset_ = other.write_offset_;
319 DCHECK_LE(write_offset_, std::numeric_limits<uint32_t>::max() - data_len);
320 size_t new_size = write_offset_ + data_len;
403 DCHECK_LE(write_offset_, std::numeric_limits<uint32_t>::max() - data_len)
    [all...]
pickle.h 300 size_t write_offset_; member in class:base::Pickle

Completed in 2452 milliseconds