Home
last modified time | relevance | path

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

/spdk/test/unit/lib/json/json_parse.c/
H A Djson_parse_ut.c59 #define VAL_NAME(str) VAL_STRING_MATCH(str, SPDK_JSON_VAL_NAME) macro
534 VAL_NAME("a"); in test_parse_object()
540 VAL_NAME("abc"); in test_parse_object()
546 VAL_NAME("a"); in test_parse_object()
548 VAL_NAME("b"); in test_parse_object()
554 VAL_NAME("a"); in test_parse_object()
556 VAL_NAME("b"); in test_parse_object()
563 VAL_NAME("{test"); in test_parse_object()
569 VAL_NAME("test}"); in test_parse_object()
575 VAL_NAME("\""); in test_parse_object()
[all …]
/spdk/test/unit/lib/json/json_write.c/
H A Djson_write_ut.c83 #define VAL_NAME(name) \ macro
657 VAL_NAME("a"); in test_write_object()
664 VAL_NAME("a"); in test_write_object()
666 VAL_NAME("b"); in test_write_object()
673 VAL_NAME("a"); in test_write_object()
675 VAL_NAME("b"); in test_write_object()
677 VAL_NAME("c"); in test_write_object()
745 VAL_NAME("a"); in test_write_nesting()
753 VAL_NAME("a"); in test_write_nesting()
755 VAL_NAME("b"); in test_write_nesting()
[all …]