Searched defs:State (Results 1 – 3 of 3) sorted by relevance
32 struct State { struct36 const std::string& script;39 UpdaterInterface* updater;44 std::string errmsg;71 using Function = Value* (*)(const char* name, State* state, argument
47 Value* SimulatorPlaceHolderFn(const char* name, State* /* state */, in SimulatorPlaceHolderFn() argument
424 State::State(const std::string& script, UpdaterInterface* interface) in State() function in State