Searched refs:PLATFORM_ASSERT (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DDocumentAccessor.cxx120 PLATFORM_ASSERT((startPosStyling + validLen) < Length());
H A DKeyWords.cxx62 PLATFORM_ASSERT(index < GetNumWordLists()); function
H A DScintillaBase.cxx464 PLATFORM_ASSERT(len >= 0);
465 PLATFORM_ASSERT(start + len <= lengthDoc);
H A DEditor.cxx202 PLATFORM_ASSERT(cache == NULL);
217 PLATFORM_ASSERT(useCount == 0);
238 PLATFORM_ASSERT(length == lengthForLevel);
239 PLATFORM_ASSERT(cache != NULL || length == 0);
243 PLATFORM_ASSERT(useCount == 0);
295 PLATFORM_ASSERT(useCount == 0);
1775 PLATFORM_ASSERT(visibleLine < cs.LinesDisplayed());
1778 PLATFORM_ASSERT(cs.GetVisible(lineDoc));
1935 PLATFORM_ASSERT(line < pdoc->LinesTotal());
2827 PLATFORM_ASSERT(pixmapSelPatter
[all...]
H A DCellBuffer.cxx750 PLATFORM_ASSERT(lengthStyle == 0 ||
765 PLATFORM_ASSERT(deleteLength > 0);
872 PLATFORM_ASSERT(insertLength > 0);
H A DDocument.cxx297 // PLATFORM_ASSERT(pos > 0 && pos < Length());
1317 PLATFORM_ASSERT(endStyled < Length());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DPlatform.h507 #define PLATFORM_ASSERT(c) ((void)0) macro
509 #define PLATFORM_ASSERT(c) ((c) ? (void)(0) : Platform::Assert(#c, __FILE__, __LINE__)) macro

Completed in 90 milliseconds