Home
last modified time | relevance | path

Searched refs:speed_limit (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/graph/test/
Dbundled_properties.cpp68 Highway(const string& name, double miles, int speed_limit = 65, in Highway()
72 , speed_limit(speed_limit) in Highway()
80 int speed_limit; member
88 << ' ' << 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()
/third_party/curl/tests/unit/
Dunit1606.c49 long speed_limit, in runawhile() argument
58 curl_easy_setopt(easy, CURLOPT_LOW_SPEED_LIMIT, speed_limit); in runawhile()