Lines Matching defs:start
200 start();
210 timer::start()
220 /// the timer::start member function.
234 /// timer::start() and timer::stop, in seconds.
1032 // Some basic sanity check before we start hostilities.
1037 // The input string does not start with the string contained in
1247 string::size_type start, end;
1248 for (start = 0; start < str.length(); ++start)
1249 if (!isspace(str[start]))
1256 result = str.substr(start, end - start + 1);
2390 /// @param from the directory tree to start looking from.
2438 /// @param from the directory tree to start looking from.
2645 t.start();
2664 t.start();
2699 t.start();
2768 t.start();
2910 /// @param a_begin the start iterator of the first input sequence of functions.
2914 /// @param b_begin the start iterator of the second input sequence of functions.