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

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_line_reader.cpp 35 line_start_ = 0;
44 line_start_ += line_len_;
50 line_start_,
56 const char* line = buff_ + line_start_;
57 const size_t range = buff_size_ - line_start_;
68 line_start_,
71 buff_ + line_start_);
76 if (line_start_ > 0) {
77 ::memmove(buff_, buff_ + line_start_, buff_size_ - line_start_);
    [all...]
crazy_linker_line_reader.h 50 size_t line_start_; member in class:crazy::LineReader

Completed in 998 milliseconds