Home
last modified time | relevance | path

Searched refs:AssertFn (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/edify/
Dexpr.cpp124 Value* AssertFn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv) { in AssertFn() function
335 RegisterFunction("assert", AssertFn); in RegisterBuiltins()
/bootable/recovery/edify/include/edify/
Dexpr.h112 Value* AssertFn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv);