Searched defs:TRY_ (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tests/
H A DSimpleTypeLib.c50 #define TRY_(msg, cond, silent) \ macro
58 #define TRY(msg, cond) TRY_(msg, cond, 0)
59 #define TRY_Q(msg, cond) TRY_(msg, cond, 1);
H A DPrimitiveTest.c50 #define TRY_(msg, cond, silent) \ macro
58 #define TRY(msg, cond) TRY_(msg, cond, 0)
59 #define TRY_Q(msg, cond) TRY_(msg, cond, 1);

Completed in 41 milliseconds