Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libcbor/dist/test/
H A Dstream_expectations.c4 struct test_assertion assertions_queue[MAX_QUEUE_ITEMS]; variable
13 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 …]
H A Dstream_expectations.c.erb4 struct test_assertion assertions_queue[MAX_QUEUE_ITEMS];
18 return assertions_queue[current_expectation];
26assertions_queue[queue_size++] = (struct test_assertion) { <%= type.upcase %>INT<%= width %>_EQ, (…
40assertions_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 };
76assertions_queue[queue_size++] = (struct test_assertion) { <%= type.upcase %>_START, { .length = l…
89assertions_queue[queue_size++] = (struct test_assertion) { .expectation = <%= type.upcase %>_INDEF…
101 assertions_queue[queue_size++] = (struct test_assertion) { TAG_EQ , { .int64 = value } };
115assertions_queue[queue_size++] = (struct test_assertion) { <%= decimal[0].upcase %>_EQ, { .float<%…
[all …]