Searched refs:from_microseconds (Results 1 – 8 of 8) sorted by relevance
70 const datetime::delta delta = datetime::delta::from_microseconds(0); in ATF_TEST_CASE_BODY()75 const datetime::delta delta = datetime::delta::from_microseconds( in ATF_TEST_CASE_BODY()81 const datetime::delta delta = datetime::delta::from_microseconds( in ATF_TEST_CASE_BODY()87 const datetime::delta delta = datetime::delta::from_microseconds( in ATF_TEST_CASE_BODY()93 const datetime::delta delta = datetime::delta::from_microseconds( in ATF_TEST_CASE_BODY()101 datetime::delta::from_microseconds(-12345)); in ATF_TEST_CASE_BODY()284 const datetime::timestamp ts = datetime::timestamp::from_microseconds( in ATF_TEST_CASE_BODY()398 ATF_REQUIRE(datetime::timestamp::from_microseconds(1291970750123456LL) == in ATF_TEST_CASE_BODY()399 datetime::timestamp::from_microseconds(1291970750123456LL)); in ATF_TEST_CASE_BODY()406 ATF_REQUIRE(datetime::timestamp::from_microseconds(1291970750123456LL) != in ATF_TEST_CASE_BODY()[all …]
94 datetime::delta::from_microseconds(const int64_t useconds) in from_microseconds() function in datetime::delta200 return delta::from_microseconds(to_microseconds() + in operator +()226 return delta::from_microseconds(to_microseconds() * factor); in operator *()293 datetime::timestamp::from_microseconds(const int64_t value) in from_microseconds() function in datetime::timestamp538 return datetime::timestamp::from_microseconds(to_microseconds() + in operator +()564 return datetime::timestamp::from_microseconds(to_microseconds() - in operator -()598 return datetime::delta::from_microseconds(1); in operator -()599 return datetime::delta::from_microseconds(to_microseconds() - in operator -()
66 static delta from_microseconds(const int64_t);103 static timestamp from_microseconds(const int64_t);
176 return datetime::delta::from_microseconds(stmt.column_int64(id)); in column_delta()254 return datetime::timestamp::from_microseconds(value); in column_timestamp()
186 datetime::timestamp::from_microseconds(0), in ATF_TEST_CASE_BODY()189 datetime::timestamp::from_microseconds(123), in ATF_TEST_CASE_BODY()
392 const datetime::timestamp zero = datetime::timestamp::from_microseconds(0); in ATF_TEST_CASE_BODY()
169 datetime::timestamp::from_microseconds(1000010); in populate_results_file()171 datetime::timestamp::from_microseconds(5000020 + i + j); in populate_results_file()
146 datetime::timestamp::from_microseconds(0); in add_tests()148 datetime::timestamp::from_microseconds(j * 1000000 + 500000); in add_tests()