Home
last modified time | relevance | path

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

/spdk/test/unit/lib/json/json_parse.c/
H A Djson_parse_ut.c58 #define VAL_STRING(str) VAL_STRING_MATCH(str, SPDK_JSON_VAL_STRING) macro
95 VAL_STRING(out)
157 VAL_STRING(""); in test_parse_string_simple()
160 VAL_STRING("hello world"); in test_parse_string_simple()
163 VAL_STRING("hello world"); in test_parse_string_simple()
170 VAL_STRING("hello world"); in test_parse_string_simple()
485 VAL_STRING("hello"); in test_parse_array()
496 VAL_STRING("hello"); in test_parse_array()
497 VAL_STRING("world"); in test_parse_array()
541 VAL_STRING("def"); in test_parse_object()
[all …]
/spdk/test/unit/lib/json/json_write.c/
H A Djson_write_ut.c59 #define VAL_STRING(str) \ macro
66 BEGIN(); VAL_STRING(in); END("\"" out "\"")
604 VAL_STRING("a"); in test_write_array()
610 VAL_STRING("a"); in test_write_array()
611 VAL_STRING("b"); in test_write_array()
617 VAL_STRING("a"); in test_write_array()
618 VAL_STRING("b"); in test_write_array()
619 VAL_STRING("c"); in test_write_array()
812 VAL_STRING("View from 15th Floor"); in test_write_nesting()
816 VAL_STRING("http://www.example.com/image/481989943"); in test_write_nesting()