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

  /external/chromium_org/net/http/
http_transaction_test_util.cc 229 data_cursor_(0),
287 int num = std::min(buf_len, data_len - data_cursor_);
291 memcpy(buf->data(), data_.data() + data_cursor_, num);
292 data_cursor_ += num;
325 if (data_cursor_)
http_transaction_test_util.h 243 int data_cursor_; member in class:MockNetworkTransaction

Completed in 121 milliseconds