Searched refs:hello (Results 1 – 5 of 5) sorted by relevance
/zcbor-latest/tests/cases/ |
D | corner_cases.cddl | 43 hello: "hello", 72 Union = Group / MultiGroup / (3,4) / "\"hello\"" 95 +multiHello: "hello", 183 hello: bstr .cbor "Hello",
|
/zcbor-latest/samples/hello_world/ |
D | README.md | 2 # Simple 'hello world' sample
|
/zcbor-latest/tests/unit/test1_unit_tests/src/ |
D | main.c | 949 const uint8_t hello[] = "hello"; in ZTEST() local 975 struct zcbor_string test_str1_hello = {hello, 5}; in ZTEST() 976 struct zcbor_string test_str2_hello_short = {hello, 4}; in ZTEST() 977 struct zcbor_string test_str3_hello_offset = {&hello[1], 4}; in ZTEST() 980 struct zcbor_string test_str6_empty = {hello, 0}; in ZTEST()
|
/zcbor-latest/ |
D | README.md | 304 - Text string: `Foo = "hello"`, where Foo is a tstr with the requirement that it must be "hello".
|
D | RELEASE_NOTES.md | 211 …* Add two samples: a hello world with no code generation, and one with code generation and script …
|