Searched refs:m_get_pending_items_impl_code (Results 1 – 2 of 2) sorted by relevance
101 : m_process(process), m_get_pending_items_impl_code(), in AppleGetPendingItemsHandler()148 if (!m_get_pending_items_impl_code) { in SetupGetPendingItemsFunction()159 m_get_pending_items_impl_code = std::move(*utility_fn_or_error); in SetupGetPendingItemsFunction()172 m_get_pending_items_impl_code->MakeFunctionCaller( in SetupGetPendingItemsFunction()180 m_get_pending_items_impl_code.reset(); in SetupGetPendingItemsFunction()324 m_get_pending_items_impl_code->GetFunctionCaller(); in GetPendingItems()
106 std::unique_ptr<UtilityFunction> m_get_pending_items_impl_code; variable