Searched refs:GraphTerminationCallback (Results 1 – 1 of 1) sorted by relevance
41 typedef std::function<void(Status, std::string&&)> GraphTerminationCallback; typedef46 GraphTerminationCallback mGraphTerminationCallbackFn;70 void SetGraphTerminationCallback(GraphTerminationCallback callback) { in SetGraphTerminationCallback()