Home
last modified time | relevance | path

Searched refs:QLIT_QDICT (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dcheck-qlit.c19 static QLitObject qlit = QLIT_QDICT(((QLitDictEntry[]) {
32 static QLitObject qlit_foo = QLIT_QDICT(((QLitDictEntry[]) {
H A Dcheck-qjson.c1064 .decoded = QLIT_QDICT(((QLitDictEntry[]){ in simple_dict()
1071 .decoded = QLIT_QDICT(((QLitDictEntry[]){ in simple_dict()
1076 .decoded = QLIT_QDICT(((QLitDictEntry[]){ in simple_dict()
1184 QLIT_QDICT(((QLitDictEntry[]){ in simple_list()
1229 QLIT_QDICT(((QLitDictEntry[]){ in simple_whitespace()
1242 QLIT_QDICT(((QLitDictEntry[]){ in simple_whitespace()
/openbmc/qemu/include/qobject/
H A Dqlit.h46 #define QLIT_QDICT(val) \ macro