HomeSort by relevance Sort by last modified time
    Searched defs:SetOffset (Results 1 - 7 of 7) sorted by null

  /art/runtime/mirror/
art_field.cc 43 void ArtField::SetOffset(MemberOffset num_bytes) {
string.h 130 void SetOffset(int32_t new_offset) {
150 FRIEND_TEST(ObjectTest, StringLength); // for SetOffset and SetCount
  /external/chromium/net/base/
io_buffer.cc 57 SetOffset(used_ + bytes);
69 void DrainableIOBuffer::SetOffset(int bytes) {
file_stream_win.cc 23 static void SetOffset(OVERLAPPED* overlapped, const LARGE_INTEGER& offset) {
33 SetOffset(overlapped, offset);
197 SetOffset(async_context_->overlapped(), result);
  /external/chromium_org/net/base/
file_stream_context_win.cc 25 void SetOffset(OVERLAPPED* overlapped, const LARGE_INTEGER& offset) {
35 SetOffset(overlapped, offset);
185 SetOffset(&io_context_.overlapped, res);
io_buffer.cc 63 SetOffset(used_ + bytes);
75 void DrainableIOBuffer::SetOffset(int bytes) {
  /external/chromium_org/net/http/
http_stream_parser.cc 117 SetOffset(used_ + bytes);
127 void SetOffset(int bytes) {
146 SetOffset(0);
266 request_headers_->SetOffset(0);
    [all...]

Completed in 150 milliseconds