Home
last modified time | relevance | path

Searched full:needs (Results 1 – 6 of 6) sorted by relevance

/zcbor-latest/.github/workflows/
Drun-tests.yaml171 needs:
196 needs:
254 needs:
290 needs:
/zcbor-latest/
DARCHITECTURE.md94 - Common names for members in generated code. A single type possibly needs multiple member variable…
99 - key_var_condition(): Whether it needs a key member
146 …- If the type needs only a single member variable (i.e. no additional `foo_count` or `foo_key` etc…
156 When a type is repeated (max_qty > 1 or max_qty > min_qty), there needs to be a distinction between…
/zcbor-latest/src/
Dzcbor_common.c15 "This code needs size_t to be the same length as pointers.");
18 "This code needs zcbor_state_t to be at least as large as zcbor_backups_t.");
Dzcbor_encode.c16 "This code needs size_t to be the same length as pointers.");
/zcbor-latest/include/
Dzcbor_common.h293 /** Initial value for elem_count for when it just needs to be large. */
/zcbor-latest/zcbor/
Dzcbor.py1237 """Whether this element needs a check (memcmp) for a string value."""
1261 """Whether this type needs a typedef for its repeated part."""
1268 """Whether this element needs its own encoder/decoder function."""
1279 """Whether this element needs its own encoder/decoder function."""
1948 """Base name if this element needs to declare a type."""
2593 f"This code needs self.mode to be 'decode', not {self.mode}."