Searched defs:Assertion (Results 1 – 5 of 5) sorted by relevance
10 class Assertion(entity.Entity): class
71 const Expr *Assertion = CE->getArg(0); in getArgumentValueString() local
11 public class Assertion implements IAssertLifecycle { class
791 function Assertion (obj, msg, stack) { class861 Assertion.prototype.assert = function (expr, msg, negateMsg, expected, _actual, showDiff) { class
52 static void assert_with_loc(bool Assertion, const std::string &Str) { in assert_with_loc()