Searched defs:oneshot (Results 1 – 2 of 2) sorted by relevance
76 bool oneshot() const { return oneshot_; } in oneshot() function
99 Action::Action(bool oneshot, Subcontext* subcontext, const std::string& filename, int line, in Action()