Searched defs:Value (Results 1 - 1 of 1) sorted by path

/bootable/recovery/edify/
H A Dexpr.h55 } Value; typedef in typeref:struct:__anon5
57 typedef Value* (*Function)(const char* name, State* state,
69 // evaluate it, return the resulting Value. The caller takes
70 // ownership of the returned Value.
71 Value* EvaluateValue(State* state, Expr* expr);
81 Value* Literal(const char* name, State* state, int argc, Expr* argv[]);
86 Value* ConcatFn(const char* name, State* state, int argc, Expr* argv[]);
87 Value* LogicalAndFn(const char* name, State* state, int argc, Expr* argv[]);
88 Value* LogicalOrFn(const char* name, State* state, int argc, Expr* argv[]);
89 Value* LogicalNotF
[all...]

Completed in 32 milliseconds