Searched refs:SP_VERB_LAST (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dverbs-test.h21 TS_ASSERT_DIFFERS( 0, static_cast<int>(SP_VERB_LAST) );
22 TS_ASSERT_EQUALS( static_cast<int>(SP_VERB_LAST) + 1, TestHook::getInternalTableSize() );
30 TS_ASSERT_DIFFERS( 0, static_cast<int>(SP_VERB_LAST) );
31 TS_ASSERT_DIFFERS( 1, static_cast<int>(SP_VERB_LAST) );
36 for ( int i = 0; i < static_cast<int>(SP_VERB_LAST); i++ )
H A Dverbs.h370 SP_VERB_LAST enumerator in enum:__anon153
395 static Verb * _base_verbs[SP_VERB_LAST + 1];
396 /* Plus one because there is an entry for SP_VERB_LAST */
571 if (code <= SP_VERB_LAST) {
H A Dknotholder.cpp169 if (object_verb <= SP_VERB_LAST) {
H A Dverbs.cpp360 * used which starts at the last static value: \c SP_VERB_LAST. For
376 static int count = SP_VERB_LAST;
779 for (int i = 0; i <= SP_VERB_LAST; i++) {
3061 new Verb(SP_VERB_LAST, " '\"invalid id", NULL, NULL, NULL, NULL)
3073 verb->get_code() == SP_VERB_LAST) {
3090 verb->get_code() == SP_VERB_LAST) {

Completed in 82 milliseconds