Home
last modified time | relevance | path

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

/third_party/boost/libs/spirit/test/qi/
Duint3.cpp70 BOOST_TEST(test(max_octal, oct(UINT_MAX))); in main()
71 BOOST_TEST(test_attr(max_octal, oct(UINT_MAX), u)); in main()
Duint.hpp40 char const* max_octal = "37777777777"; variable
Duint1.cpp66 BOOST_TEST(test(max_octal, oct)); in main()
67 BOOST_TEST(test_attr(max_octal, oct, u)); in main()
/third_party/boost/libs/spirit/test/x3/
Duint.hpp35 char const* max_octal = "37777777777"; variable
Duint1.cpp72 BOOST_TEST(test(max_octal, oct)); in main()
73 BOOST_TEST(test_attr(max_octal, oct, u)); in main()
/third_party/boost/libs/spirit/classic/test/
Dnumerics_tests.cpp115 char const* max_octal = "37777777777"; in main() local
179 parse(max_octal, oct_p[assign_a(u)]); in main()