Searched refs:IsValid (Results 26 - 50 of 67) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmimetmac.cpp909 wxASSERT(IsValid());
915 wxASSERT(IsValid());
921 wxASSERT(IsValid());
928 wxASSERT(IsValid());
935 wxASSERT(IsValid());
942 wxASSERT(IsValid());
949 bool IsValid() const function in class:wxCFDictionary
1098 wxASSERT(IsValid());
1146 wxASSERT(IsValid());
1152 wxASSERT(IsValid());
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dchecklst.cpp318 wxCHECK_MSG( IsValid(item), false,
326 wxCHECK_RET( IsValid(item),
345 wxCHECK_RET( IsValid(n), _T("invalid index in wxListBox::Delete") );
H A Dlistbox.cpp383 wxCHECK_RET( IsValid(n),
520 wxCHECK_RET( IsValid(N),
528 wxCHECK_MSG( IsValid(N), false,
536 wxCHECK_MSG( IsValid(n), NULL,
549 wxCHECK_RET( IsValid(n),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dchecklst.cpp347 wxCHECK_RET( IsValid(n),
403 wxCHECK_MSG( IsValid(uiIndex), false, _T("bad wxCheckListBox index") );
410 wxCHECK_RET( IsValid(uiIndex), _T("bad wxCheckListBox index") );
H A Dchoice.cpp277 wxCHECK_RET( IsValid(n), wxT("invalid item index in wxChoice::Delete") );
395 wxCHECK_RET( IsValid(n), wxT("invalid item index in wxChoice::SetString") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Ddatepick.cpp234 if ( someDay.IsValid() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/applet/
H A Dprepifelse.cpp55 wxASSERT( str.GetStringData()->IsValid() );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dctrlsub.h85 inline bool IsValid(unsigned int n) const { return n < GetCount(); } function in class:wxItemContainerImmutable
H A Dmimetype.h139 bool IsValid() const { return !m_mimeType.empty(); } function in class:wxFileTypeInfo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstring.cpp466 wxASSERT( str.GetStringData()->IsValid() );
509 wxASSERT( str.GetStringData()->IsValid() );
775 wxASSERT( stringSrc.GetStringData()->IsValid() );
1150 wxASSERT( str1.GetStringData()->IsValid() );
1151 wxASSERT( str2.GetStringData()->IsValid() );
1163 wxASSERT( str.GetStringData()->IsValid() );
1175 wxASSERT( str.GetStringData()->IsValid() );
1187 wxASSERT( str.GetStringData()->IsValid() );
1203 wxASSERT( str.GetStringData()->IsValid() );
2444 wxASSERT( str.GetStringData()->IsValid() );
[all...]
H A Ddatetime.cpp662 bool wxDateTime::Tm::IsValid() const function in class:wxDateTime::Tm
1485 if (IsValid())
1632 wxASSERT_MSG( IsValid(), _T("invalid wxDateTime") );
1761 wxASSERT_MSG( IsValid(), _T("invalid wxDateTime") );
1772 wxASSERT_MSG( IsValid(), _T("invalid wxDateTime") );
1783 wxASSERT_MSG( IsValid(), _T("invalid wxDateTime") );
1794 wxASSERT_MSG( IsValid(), _T("invalid wxDateTime") );
1805 wxASSERT_MSG( IsValid(), _T("invalid wxDateTime") );
1816 wxASSERT_MSG( IsValid(), _T("invalid wxDateTime") );
1827 wxASSERT_MSG( IsValid(), _
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DHTTPDownload.cpp217 if (m_lastmodified.IsValid()) {
417 if (m_lastmodified.IsValid()) {
H A DED2KLink.cpp61 { wxCHECK(re_type.IsValid(), NULL); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dlistbox.cpp673 wxCHECK_MSG( IsValid(n), NULL,
691 wxCHECK_RET( IsValid(n),
713 wxCHECK_RET( IsValid(n), wxT("invalid index in wxListBox::SetString") );
859 wxCHECK_RET( IsValid(n), wxT("invalid index in wxListBox::SetSelection") );
912 wxCHECK_RET( IsValid(n), wxT("invalid index"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dtextctrl.cpp321 wxASSERT_MSG( IsValid(), _T("this line hadn't been laid out") );
331 wxASSERT_MSG( IsValid(), _T("this line hadn't been laid out") );
343 wxASSERT_MSG( IsValid(), _T("this line hadn't been laid out") );
351 wxASSERT_MSG( IsValid(), _T("this line hadn't been laid out") );
359 wxASSERT_MSG( IsValid(), _T("this line hadn't been laid out") );
367 wxASSERT_MSG( IsValid(), _T("this line hadn't been laid out") );
375 wxASSERT_MSG( IsValid(), _T("this line hadn't been laid out") );
383 wxASSERT_MSG( IsValid(), _T("this line hadn't been laid out") );
436 bool IsValid() const { return !m_rowsWidth.IsEmpty(); } function in class:wxWrappedLineData
493 m_linesData[line].IsValid();
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dregex.tex132 \helpref{IsValid}{wxregexisvalid} to test for compilation errors.
147 \membersection{wxRegEx::IsValid}\label{wxregexisvalid}
149 \constfunc{bool}{IsValid}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dchoicece.cpp363 wxCHECK_RET( IsValid(n), wxT("invalid item index in wxChoice::Delete") );
429 wxCHECK_RET( IsValid(n),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dhtmllbox.cpp655 wxCHECK_RET( IsValid(n),
664 wxCHECK_MSG( IsValid(n), wxEmptyString,
H A Dodcombo.cpp957 wxCHECK_RET( IsValid(n), _T("invalid index in wxOwnerDrawnComboBox::Delete") );
975 wxCHECK_MSG( IsValid(n), wxEmptyString, _T("invalid index in wxOwnerDrawnComboBox::GetString") );
987 wxCHECK_RET( IsValid(n), _T("invalid index in wxOwnerDrawnComboBox::SetString") );
1004 wxCHECK_RET( (n == wxNOT_FOUND) || IsValid(n), _T("invalid index in wxOwnerDrawnComboBox::Select") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dchoice.cpp271 wxCHECK_RET( IsValid(n), _T("invalid index in wxChoice::Delete") );
461 if (IsValid((unsigned int)n))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dchecklst.cpp276 wxCHECK_RET( IsValid(n),
H A Dchoice.cpp167 wxCHECK_RET( IsValid(n), wxT("invalid item index in wxChoice::Delete") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Ddrawn.h72 inline bool IsValid() const { return (m_ops.GetCount() > 0); } function in class:wxPseudoMetaFile
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DExternalLexer.cxx118 if (lib->IsValid()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/regex/
H A Dwxregextest.cpp99 CPPUNIT_ASSERT_MESSAGE("compile failed", re.IsValid());

Completed in 419 milliseconds

123