Home
last modified time | relevance | path

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

/third_party/boost/libs/iostreams/test/detail/
Doperation_sequence.hpp36 #ifndef BOOST_IOSTREAMS_TEST_MAX_OPERATION_ERROR
37 # define BOOST_IOSTREAMS_TEST_MAX_OPERATION_ERROR 20 macro
133 #define BOOST_PP_LOCAL_LIMITS (1, BOOST_IOSTREAMS_TEST_MAX_OPERATION_ERROR) in execute()
153 (error_code > BOOST_IOSTREAMS_TEST_MAX_OPERATION_ERROR && in new_operation()
/third_party/boost/libs/iostreams/test/
Doperation_sequence_test.cpp51 seq.new_operation(1, BOOST_IOSTREAMS_TEST_MAX_OPERATION_ERROR + 1), in operation_sequence_test()