Searched refs:proc_flr (Results 1 – 5 of 5) sorted by relevance
135 std::unique_ptr<ProcessFunctionLibraryRuntime> proc_flr; member
139 item->proc_flr.reset(new ProcessFunctionLibraryRuntime( in InitItem()239 FunctionLibraryRuntime* lib = item->proc_flr->GetFLR(unit->device->name()); in InitItem()
194 std::unique_ptr<ProcessFunctionLibraryRuntime> proc_flr; member
339 std::unique_ptr<ProcessFunctionLibraryRuntime> proc_flr( in TEST_F() local344 proc_flr->GetFLR(ProcessFunctionLibraryRuntime::kDefaultFLRDevice); in TEST_F()
1345 func_info->proc_flr.reset(new ProcessFunctionLibraryRuntime( in CreateExecutors()1365 auto lib = func_info->proc_flr->GetFLR(partition_name); in CreateExecutors()