Searched refs:FunctionCreator (Results 1 – 1 of 1) sorted by relevance
95 using FunctionCreator = std::function<void *(const std::string &)>; variable156 FunctionCreator LazyFunctionCreator;491 void InstallLazyFunctionCreator(FunctionCreator C) { in InstallLazyFunctionCreator()