Home
last modified time | relevance | path

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

/third_party/boost/libs/endian/test/
Ddeprecated_test.cpp115 ubig64_t bu64(0x010203040506070ULL); in test_inserter_and_extractor() local
122 ss << bu64; in test_inserter_and_extractor()
135 BOOST_TEST_EQ(bu64z, bu64); in test_inserter_and_extractor()
Dbuffer_test.cpp130 big_uint64_buf_t bu64(0x010203040506070ULL); in test_inserter_and_extractor() local
137 ss << bu64; in test_inserter_and_extractor()
150 BOOST_TEST_EQ(bu64z.value(), bu64.value()); in test_inserter_and_extractor()
Dendian_operations_test.cpp332 be::big_uint64_t bu64(0x010203040506070ULL); in test_inserter_and_extractor() local
339 ss << bu64; in test_inserter_and_extractor()
352 BOOST_TEST_EQ(bu64z, bu64); in test_inserter_and_extractor()