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