Lines Matching defs:element
36 const json element = R"( { "format": "linear" } )"_json; in TEST() local
44 const json element = R"( { "volts": 1.03 } )"_json; in TEST() local
58 const json element = R"( 0 )"_json; in TEST() local
65 const json element = R"( 7 )"_json; in TEST() local
73 const json element = R"( "${bit_pos}" )"_json; in TEST() local
81 const json element = R"( 1.03 )"_json; in TEST() local
93 const json element = R"( -1 )"_json; in TEST() local
105 const json element = R"( 8 )"_json; in TEST() local
118 const json element = R"( "${bit_pos}" )"_json; in TEST() local
132 const json element = R"( 0 )"_json; in TEST() local
139 const json element = R"( 1 )"_json; in TEST() local
147 const json element = R"( "${bit_val}" )"_json; in TEST() local
155 const json element = R"( 0.5 )"_json; in TEST() local
167 const json element = R"( -1 )"_json; in TEST() local
179 const json element = R"( 2 )"_json; in TEST() local
192 const json element = R"( "${bit_val}" )"_json; in TEST() local
206 const json element = R"( true )"_json; in TEST() local
213 const json element = R"( false )"_json; in TEST() local
221 const json element = R"( "${bool_val}" )"_json; in TEST() local
229 const json element = R"( "${bool_val}" )"_json; in TEST() local
237 const json element = R"( 1 )"_json; in TEST() local
249 const json element = R"( "${bool_val}" )"_json; in TEST() local
262 const json element = R"( "${bool_val}" )"_json; in TEST() local
276 const json element = R"( 1.03 )"_json; in TEST() local
283 const json element = R"( -24 )"_json; in TEST() local
291 const json element = R"( "${var}" )"_json; in TEST() local
299 const json element = R"( "${var}" )"_json; in TEST() local
307 const json element = R"( true )"_json; in TEST() local
319 const json element = R"( "${var}" )"_json; in TEST() local
332 const json element = R"( "${var}" )"_json; in TEST() local
345 const json element = R"( "${var}" )"_json; in TEST() local
358 const json element = R"( "${var}" )"_json; in TEST() local
371 const json element = R"( "${var}" )"_json; in TEST() local
384 const json element = R"( "${var}" )"_json; in TEST() local
398 const json element = R"( "0xFF" )"_json; in TEST() local
405 const json element = R"( "0xff" )"_json; in TEST() local
412 const json element = R"( "0xf" )"_json; in TEST() local
420 const json element = R"( "0x${var}" )"_json; in TEST() local
428 const json element = R"( "0xfff" )"_json; in TEST() local
440 const json element = R"( "0xAG" )"_json; in TEST() local
452 const json element = R"( "ff" )"_json; in TEST() local
464 const json element = ""; in TEST() local
476 const json element = R"( "f" )"_json; in TEST() local
488 const json element = R"( "0x" )"_json; in TEST() local
500 const json element = R"( "0XFF" )"_json; in TEST() local
513 const json element = R"( "${var}" )"_json; in TEST() local
527 const json element = R"( [ "0xCC", "0xFF" ] )"_json; in TEST() local
537 const json element = R"( [ "${var1}", "${var2}" ] )"_json; in TEST() local
546 const json element = 0; in TEST() local
560 const json element = R"( [ "${var1}", "${var2}" ] )"_json; in TEST() local
574 const json element = R"( -128 )"_json; in TEST() local
581 const json element = R"( 127 )"_json; in TEST() local
589 const json element = R"( "${var}" )"_json; in TEST() local
597 const json element = R"( 1.03 )"_json; in TEST() local
609 const json element = R"( -129 )"_json; in TEST() local
621 const json element = R"( 128 )"_json; in TEST() local
634 const json element = R"( "${var}" )"_json; in TEST() local
648 const json element = R"( 0 )"_json; in TEST() local
655 const json element = R"( 103 )"_json; in TEST() local
662 const json element = R"( -24 )"_json; in TEST() local
670 const json element = R"( "${var}" )"_json; in TEST() local
678 const json element = R"( "${var}" )"_json; in TEST() local
686 const json element = R"( true )"_json; in TEST() local
698 const json element = R"( "${var}" )"_json; in TEST() local
711 const json element = R"( "${var}" )"_json; in TEST() local
724 const json element = R"( "${var}" )"_json; in TEST() local
737 const json element = R"( "${var}" )"_json; in TEST() local
750 const json element = R"( "${var}" )"_json; in TEST() local
763 const json element = R"( "${var}" )"_json; in TEST() local
777 const json element = ""; in TEST() local
784 const json element = "vdd_regulator"; in TEST() local
792 const json element = R"( "${var}" )"_json; in TEST() local
800 const json element = R"( "${var}" )"_json; in TEST() local
808 const json element = R"( { "foo": "bar" } )"_json; in TEST() local
820 const json element = ""; in TEST() local
833 const json element = R"( "${var}" )"_json; in TEST() local
846 const json element = R"( "${var2}" )"_json; in TEST() local
860 const json element = R"( 0 )"_json; in TEST() local
867 const json element = R"( 255 )"_json; in TEST() local
875 const json element = R"( "${var}" )"_json; in TEST() local
883 const json element = R"( 1.03 )"_json; in TEST() local
895 const json element = R"( -1 )"_json; in TEST() local
907 const json element = R"( 256 )"_json; in TEST() local
920 const json element = R"( "${var}" )"_json; in TEST() local
934 const json element = R"( 0 )"_json; in TEST() local
941 const json element = R"( 65535 )"_json; in TEST() local
949 const json element = R"( "${var}" )"_json; in TEST() local
957 const json element = R"( 1.03 )"_json; in TEST() local
969 const json element = R"( -1 )"_json; in TEST() local
981 const json element = R"( 65536 )"_json; in TEST() local
994 const json element = R"( "${var}" )"_json; in TEST() local
1008 const json element = R"( 1 )"_json; in TEST() local
1016 const json element = R"( "${var}" )"_json; in TEST() local
1024 const json element = R"( 1.5 )"_json; in TEST() local
1036 const json element = R"( -1 )"_json; in TEST() local
1049 const json element = R"( "${var}" )"_json; in TEST() local
1063 const json element = R"( [ "foo", "bar" ] )"_json; in TEST() local
1070 const json element = R"( { "foo": "bar" } )"_json; in TEST() local
1084 const json element = R"( { "foo": "bar" } )"_json; in TEST() local
1091 const json element = R"( [ "foo", "bar" ] )"_json; in TEST() local
1105 const json element = R"( in TEST() local
1117 const json element = R"( in TEST() local