#include "mediapipe/framework/graph_service_manager.h" #include "absl/synchronization/mutex.h" namespace mediapipe { absl::Status GraphServiceManager::SetServicePacket( const GraphServiceBase& service, Packet p) { … } Packet GraphServiceManager::GetServicePacket( const GraphServiceBase& service) const { … } } // namespace mediapipe