Searched refs:on_complete_function (Results 1 – 2 of 2) sorted by relevance
47 ContextualOnceCallback<void(CommandCompleteView)> on_complete_function) in CommandQueueEntry() argument48 …:move(command_packet)), waiting_for_status_(false), on_complete(std::move(on_complete_function)) {} in CommandQueueEntry()
65 ContextualOnceCallback<void(CommandCompleteView)> on_complete_function) in CommandQueueEntry() argument68 on_complete(std::move(on_complete_function)) {} in CommandQueueEntry()