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

/external/chromium_org/third_party/ots/include/
H A Dots-memory-stream.h18 : ptr_(ptr), length_(length), off_(0) {
22 if ((off_ + length > length_) ||
23 (length > std::numeric_limits<size_t>::max() - off_)) {
26 std::memcpy(static_cast<char*>(ptr_) + off_, data, length);
27 off_ += length;
34 off_ = position;
39 return off_;
45 off_t off_; member in class:ots::MemoryStream
51 : length_(initial), limit_(limit), off_(0) {
64 if ((off_
100 off_t off_; member in class:ots::ExpandingMemoryStream
[all...]

Completed in 2149 milliseconds