Lines Matching refs:pair
378 msgType_.insert(pair<std::string, int>("foreground", MSG_FOREGROUND));
379 msgType_.insert(pair<std::string, int>("background", MSG_BACKGROUND));
380 msgType_.insert(pair<std::string, int>("appStart", MSG_APP_START));
381 msgType_.insert(pair<std::string, int>("appKilled", MSG_APP_KILLED));
382 msgType_.insert(pair<std::string, int>("continuousStart", MSG_CONTINUOUS_TASK_START));
383 msgType_.insert(pair<std::string, int>("continuousEnd", MSG_CONTINUOUS_TASK_END));
384 msgType_.insert(pair<std::string, int>("getFocus", MSG_GET_FOCUS));
385 msgType_.insert(pair<std::string, int>("loseFocus", MSG_LOSE_FOCUS));
386 msgType_.insert(pair<std::string, int>("enterInteractionScene", MSG_ENTER_INTERACTION_SCENE));
387 msgType_.insert(pair<std::string, int>("exitInteractionScene", MSG_EXIT_INTERACTION_SCENE));