Searched refs:speed_limit (Results 1 – 2 of 2) sorted by relevance
68 Highway(const string& name, double miles, int speed_limit = 65, in Highway()72 , speed_limit(speed_limit) in Highway()80 int speed_limit; member88 << ' ' << highway.speed_limit << ' ' << highway.lanes << ' ' in operator <<()95 >> highway.speed_limit >> highway.lanes >> highway.divided; in operator >>()101 && h1.speed_limit == h2.speed_limit && h1.lanes == h2.lanes in operator ==()192 map[e].speed_limit = 65; in test_bundled_properties()
49 long speed_limit, in runawhile() argument58 curl_easy_setopt(easy, CURLOPT_LOW_SPEED_LIMIT, speed_limit); in runawhile()