Searched refs:predicate (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/xml/
H A Dcomposite-node-observer.cpp167 ObserverPredicate predicate; member in struct:Inkscape::XML::__anon553::unmarked_record_satisfying
168 unmarked_record_satisfying(ObserverPredicate p) : predicate(p) {}
170 return !record.marked && predicate(record.observer);
/inkscape/cxxtest/cxxtest/
H A DErrorFormatter.h186 const char *predicate, const char *xStr, const char *x )
188 stop( file, line ) << "Error: Expected " << predicate << "( " <<
189 xStr << " ), found !" << predicate << "( " << x << " )" << endl;
185 failedAssertPredicate( const char *file, unsigned line, const char *predicate, const char *xStr, const char *x ) argument
H A DTeeListener.h128 const char *predicate, const char *xStr, const char *x )
130 _first->failedAssertPredicate( file, line, predicate, xStr, x );
131 _second->failedAssertPredicate( file, line, predicate, xStr, x );
127 failedAssertPredicate( const char *file, unsigned line, const char *predicate, const char *xStr, const char *x ) argument
H A DTestTracker.h72 const char *predicate, const char *xStr, const char *x );
H A DTestTracker.cpp188 const char *predicate, const char *xStr, const char *x )
191 _l->failedAssertPredicate( file, line, predicate, xStr, x );
187 failedAssertPredicate( const char *file, unsigned line, const char *predicate, const char *xStr, const char *x ) argument

Completed in 192 milliseconds