Lines Matching refs:get_handle
964 #define _RUN_COMMON_TESTS(topic, entry_type, get_handle) \ argument
966 RUN_TEST((null_avail_actual_succeeds<topic, entry_type, get_handle>)); \
967 RUN_TEST((bad_buffer_fails<topic, entry_type, get_handle>)); \
968 RUN_TEST((bad_actual_fails<topic, entry_type, get_handle>)); \
969 RUN_TEST((bad_avail_fails<topic, entry_type, get_handle>))
973 #define RUN_SINGLE_ENTRY_TESTS(topic, entry_type, get_handle) \ argument
974 _RUN_COMMON_TESTS(topic, entry_type, get_handle); \
975 RUN_TEST((single_zero_buffer_fails<topic, entry_type, get_handle>))
979 #define RUN_MULTI_ENTRY_TESTS(topic, entry_type, get_handle) \ argument
980 _RUN_COMMON_TESTS(topic, entry_type, get_handle); \
981 RUN_TEST((multi_zero_buffer_succeeds<topic, get_handle>)); \
982 RUN_TEST((short_buffer_succeeds<topic, entry_type, get_handle>)); \
983 RUN_TEST((partially_unmapped_buffer_fails<topic, entry_type, get_handle>))