Searched refs:QLIT_QSTR (Results 1 – 4 of 4) sorted by relevance
/qemu/docs/devel/ |
H A D | qapi-code-gen.rst | 2009 { "arg-type", QLIT_QSTR("0"), }, 2010 { "meta-type", QLIT_QSTR("command"), }, 2011 { "name", QLIT_QSTR("my-command"), }, 2012 { "ret-type", QLIT_QSTR("1"), }, 2016 { "arg-type", QLIT_QSTR("2"), }, 2017 { "meta-type", QLIT_QSTR("event"), }, 2018 { "name", QLIT_QSTR("MY_EVENT"), }, 2025 { "name", QLIT_QSTR("arg1"), }, 2026 { "type", QLIT_QSTR("[1]"), }, 2031 { "meta-type", QLIT_QSTR("object"), }, [all …]
|
/qemu/include/qobject/ |
H A D | qlit.h | 44 #define QLIT_QSTR(val) \ macro
|
/qemu/tests/unit/ |
H A D | check-qlit.c | 21 { "bar", QLIT_QSTR("hello world") },
|
H A D | check-qjson.c | 1066 { "bar", QLIT_QSTR("hello world") }, in simple_dict() 1230 { "h", QLIT_QSTR("b") }, in simple_whitespace() 1243 { "h", QLIT_QSTR("b") }, in simple_whitespace() 1279 QLIT_QSTR("100%"), in simple_interpolation()
|