Home
last modified time | relevance | path

Searched defs:Expr (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/edify/include/edify/
Dexpr.h74 struct Expr { struct
77 std::vector<std::unique_ptr<Expr>> argv; argument
80 Expr(Function fn, const std::string& name, int start, int end) : in Expr() argument
/bootable/recovery/updater/
Dupdate_simulator_main.cpp48 const std::vector<std::unique_ptr<Expr>>& /* argv */) { in SimulatorPlaceHolderFn()