Searched refs:assertions_queue (Results 1 – 2 of 2) sorted by relevance
4 struct test_assertion assertions_queue[MAX_QUEUE_ITEMS]; variable13 return assertions_queue[current_expectation]; in current()19 assertions_queue[queue_size++] = (struct test_assertion){ in assert_uint8_eq()30 assertions_queue[queue_size++] = (struct test_assertion){ in assert_uint16_eq()41 assertions_queue[queue_size++] = (struct test_assertion){ in assert_uint32_eq()52 assertions_queue[queue_size++] = (struct test_assertion){ in assert_uint64_eq()63 assertions_queue[queue_size++] = (struct test_assertion){ in assert_negint8_eq()74 assertions_queue[queue_size++] = (struct test_assertion){ in assert_negint16_eq()85 assertions_queue[queue_size++] = (struct test_assertion){ in assert_negint32_eq()96 assertions_queue[queue_size++] = (struct test_assertion){ in assert_negint64_eq()[all …]
4 struct test_assertion assertions_queue[MAX_QUEUE_ITEMS];18 return assertions_queue[current_expectation];26 …assertions_queue[queue_size++] = (struct test_assertion) { <%= type.upcase %>INT<%= width %>_EQ, (…40 …assertions_queue[queue_size++] = (struct test_assertion) { BSTRING_MEM_EQ, (union test_expectation…53 assertions_queue[queue_size++] = (struct test_assertion) { .expectation = BSTRING_INDEF_START };64 assertions_queue[queue_size++] = (struct test_assertion) { .expectation = INDEF_BREAK };76 …assertions_queue[queue_size++] = (struct test_assertion) { <%= type.upcase %>_START, { .length = l…89 …assertions_queue[queue_size++] = (struct test_assertion) { .expectation = <%= type.upcase %>_INDEF…101 assertions_queue[queue_size++] = (struct test_assertion) { TAG_EQ , { .int64 = value } };115 …assertions_queue[queue_size++] = (struct test_assertion) { <%= decimal[0].upcase %>_EQ, { .float<%…[all …]