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

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.h40 void SetOffset(uint32_t offset) { m_offset = offset; } function in class:DWARFDebugArangeSet
H A DDWARFDebugPubnamesSet.h61 void SetOffset(dw_offset_t offset) { m_offset = offset; } function in class:DWARFDebugPubnamesSet
H A DDWARFDebugInfoEntry.h341 SetOffset (dw_offset_t offset) function in class:DWARFDebugInfoEntry
/external/chromium_org/net/base/
H A Dfile_stream_context_win.cc20 void SetOffset(OVERLAPPED* overlapped, const LARGE_INTEGER& offset) { function in namespace:net::__anon9002
30 SetOffset(overlapped, offset);
110 SetOffset(&io_context_.overlapped, result);
H A Dio_buffer.cc70 SetOffset(used_ + bytes);
82 void DrainableIOBuffer::SetOffset(int bytes) { function in class:net::DrainableIOBuffer
/external/lldb/include/lldb/Core/
H A DAddress.h461 SetOffset (lldb::addr_t offset) function in class:lldb_private::Address
H A DEmulateInstruction.h295 SetOffset (int64_t signed_offset) function in struct:lldb_private::EmulateInstruction::Context
/external/lldb/include/lldb/Expression/
H A DMaterializer.h146 void SetOffset (uint32_t offset) function in class:lldb_private::Materializer::Entity
/external/lldb/include/lldb/Symbol/
H A DUnwindPlan.h267 SetOffset(lldb::addr_t offset) function in class:lldb_private::UnwindPlan::Row
/external/chromium_org/net/http/
H A Dhttp_stream_parser.cc123 SetOffset(used_ + bytes);
133 void SetOffset(int bytes) { function in class:net::HttpStreamParser::SeekableIOBuffer
152 SetOffset(0);
277 request_headers_->SetOffset(0);

Completed in 420 milliseconds