Home
last modified time | relevance | path

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

/third_party/boost/libs/chrono/test/io/
Dduration_input.cpp37 void test_not_eof(const char* str, D res) in test_not_eof() function
83 test_not_eof("1 second ", seconds(1)); in main()
84 test_not_eof("1 seconde", seconds(1)); in main()
105 test_not_eof("5000 [1/30]ss", duration<boost::int_least64_t, ratio<1, 30> > (5000)); in main()
119 test_not_eof("3001 ms ", milliseconds(3001)); in main()