Searched refs:ZUC_VAL_CSTR (Results 1 – 6 of 6) sorted by relevance
/third_party/weston/tools/zunitc/src/ |
D | zuc_collector.c | 257 if (valtype == ZUC_VAL_CSTR) { in store_event() 276 ((valtype == ZUC_VAL_CSTR) && val1) ? in store_event() 279 ((valtype == ZUC_VAL_CSTR) && val2) ? in store_event() 284 + ((valtype == ZUC_VAL_CSTR) ? in store_event() 298 if (valtype == ZUC_VAL_CSTR) { in store_event() 387 if (evt->valtype == ZUC_VAL_CSTR) { in unpack_event()
|
D | zuc_base_logger.c | 358 if (valtype == ZUC_VAL_CSTR) { in check_triggered() 373 if (valtype == ZUC_VAL_CSTR) { in check_triggered()
|
D | zuc_junit_reporter.c | 126 if (event->valtype == ZUC_VAL_CSTR) { in emit_event() 149 if (event->valtype == ZUC_VAL_CSTR) { in emit_event()
|
D | zunitc_impl.c | 338 if (old->valtype == ZUC_VAL_CSTR) { in free_events() 1417 case ZUC_VAL_CSTR: in validate_types() 1528 if (valtype == ZUC_VAL_CSTR) in get_pred2() 1533 if (valtype == ZUC_VAL_CSTR) in get_pred2()
|
/third_party/weston/tools/zunitc/inc/zunitc/ |
D | zunitc.h | 567 ZUCIMPL_ASSERT(ZUC_OP_EQ, ZUC_VAL_CSTR, expected, actual) 581 ZUCIMPL_ASSERT(ZUC_OP_NE, ZUC_VAL_CSTR, expected, actual) 724 ZUCIMPL_ASSERTG(label, ZUC_OP_EQ, ZUC_VAL_CSTR, expected, actual) 737 ZUCIMPL_ASSERTG(label, ZUC_OP_NE, ZUC_VAL_CSTR, expected, actual)
|
D | zunitc_impl.h | 61 ZUC_VAL_CSTR, enumerator
|