Searched refs:SHOOTING_MODE_CAST_MAP (Results 1 – 1 of 1) sorted by relevance
45 static const std::unordered_map<std::string, std::string> SHOOTING_MODE_CAST_MAP = { variable258 auto it = SHOOTING_MODE_CAST_MAP.find(shootingModeTag); in GetCastShootingMode()259 if (it != SHOOTING_MODE_CAST_MAP.end()) { in GetCastShootingMode()