HomeSort by relevance Sort by last modified time
    Searched full:filled_length_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
byte_array.cc 29 int32_t ByteArray::Length() { return filled_length_; }
33 filled_length_ = std::min<int32_t>(filled_length, storage_length_);
34 return filled_length_;
51 if (index < 0 || index >= filled_length_) {
54 int32_t actual_length = std::min<int32_t>(length, filled_length_ - index);
68 filled_length_ = std::max<int32_t>(filled_length_, index + 1);
91 filled_length_ = std::max<int32_t>(filled_length_, index + bytes_written);
byte_array.h 193 int32_t filled_length_; member in class:sfntly::ByteArray
  /external/sfntly/cpp/src/sfntly/data/
byte_array.cc 29 int32_t ByteArray::Length() { return filled_length_; }
33 filled_length_ = std::min<int32_t>(filled_length, storage_length_);
34 return filled_length_;
51 if (index < 0 || index >= filled_length_) {
54 int32_t actual_length = std::min<int32_t>(length, filled_length_ - index);
68 filled_length_ = std::max<int32_t>(filled_length_, index + 1);
91 filled_length_ = std::max<int32_t>(filled_length_, index + bytes_written);
byte_array.h 193 int32_t filled_length_; member in class:sfntly::ByteArray

Completed in 77 milliseconds