Searched refs:GetOffset (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstackwalk.h55 size_t GetOffset() const { ConstCast()->OnGetName(); return m_offset; } function in class:wxStackFrameBase
H A Dtarstrm.h78 wxFileOffset GetOffset() const { return m_Offset; } function in class:wxTarEntry
H A Darchive.h45 virtual wxFileOffset GetOffset() const = 0;
H A Dzipstrm.h148 wxFileOffset GetOffset() const { return m_Offset; } function in class:wxZipEntry
H A Ddatetime.h439 long GetOffset() const { return m_offset; } function in class:wxDateTime::TimeZone
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstackframe.tex90 \membersection{wxStackFrame::GetOffset}\label{wxstackframegetoffset}
92 \constfunc{size\_t}{GetOffset}{\void}
H A Darchive.tex319 \membersection{wxArchiveEntry::GetOffset}\label{wxarchiveentrygetoffset}
321 \constfunc{off\_t}{GetOffset}{\void}
H A Dzipstrm.tex171 \helpref{GetOffset}{wxarchiveentrygetoffset}\\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dzipstrm.cpp1110 << m_ExternalAttributes << wx_truncate_cast(wxUint32, GetOffset());
1195 wxFileOffset GetOffset() const { return m_Offset; }
1468 if (m_parent_i_stream->SeekI(endrec.GetOffset()) != wxInvalidOffset &&
1471 m_position = endrec.GetOffset();
1483 m_offsetAdjustment = m_position - endrec.GetOffset();
1590 m_entry.SetOffset(m_entry.GetOffset() + m_offsetAdjustment);
1591 m_entry.SetKey(m_entry.GetOffset());
1621 wxZipEntry *entry = m_weaklinks->GetEntry(m_entry.GetOffset());
1631 m_weaklinks->RemoveEntry(entry->GetOffset());
1696 if (AfterHeader() && entry->GetKey() == m_entry.GetOffset())
[all...]
H A Ddatetime.cpp1640 if ( tz.GetOffset() == -GetTimeZone() )
1650 time += (time_t)tz.GetOffset();
1683 wxLongLong timeMidnight = m_time + tz.GetOffset() * 1000;
2273 long secDiff = GetTimeZone() + tz.GetOffset();
2288 long secDiff = GetTimeZone() + tz.GetOffset();
2319 if ( tz.GetOffset() == -GetTimeZone() )
2329 time += (int)tz.GetOffset();
H A Ddebugrpt.cpp133 HexProperty(nodeFrame, _T("offset"), frame.GetOffset());
H A Dtarstrm.cpp727 wxFileOffset offset = entry.GetOffset();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/datetime/
H A Ddatetimetest.cpp728 static const long tzOffset = TZ_LOCAL.GetOffset() - TZ_TEST.GetOffset();
740 long ticks = (dt.GetValue() / 1000).ToLong() + TZ_LOCAL.GetOffset();

Completed in 95 milliseconds