Searched defs:RunFunctionRef (Results 1 – 1 of 1) sorted by relevance
35 class RunFunctionRef; variable418 RunFunctionRef() {} in RunFunctionRef() function419 explicit RunFunctionRef(const RunFuncPtr &ref_func) : func_(ref_func) {} in RunFunctionRef() function422 MS_DECLARE_PARENT(RunFunctionRef, BaseRef) in MS_DECLARE_PARENT() argument