Searched refs:pSize (Results 1 - 5 of 5) sorted by relevance

/seL4-test-master/tools/nanopb/tests/fuzztest/
H A Dgenerate_message.c52 *((pb_size_t*)iter.pSize) %= iter.array_size;
60 *((pb_size_t*)iter.pSize) = iter.tag;
/seL4-test-master/tools/nanopb/
H A Dpb_decode.c419 if (field->pSize != NULL)
420 *(bool*)field->pSize = true;
430 pb_size_t *size = (pb_size_t*)field->pSize;
457 pb_size_t *size = (pb_size_t*)field->pSize;
467 *(pb_size_t*)field->pSize = field->tag;
566 *(pb_size_t*)field->pSize = field->tag;
592 pb_size_t *size = (pb_size_t*)field->pSize;
643 pb_size_t *size = (pb_size_t*)field->pSize;
817 if (PB_HTYPE(type) == PB_HTYPE_OPTIONAL && field->pSize != NULL)
821 *(bool*)field->pSize
[all...]
H A Dpb_common.c74 iter->pSize = (char*)iter->pField - size_offset;
81 iter->pSize = &iter->array_size;
85 iter->pSize = NULL;
174 iter->pSize = &extension->found;
H A Dpb_encode.c112 count = *(pb_size_t*)field->pSize;
232 return *(const pb_size_t*)field->pSize == 0;
237 return *(const pb_size_t*)field->pSize == 0;
239 else if (PB_HTYPE(type) == PB_HTYPE_OPTIONAL && field->pSize != NULL)
242 return *(const bool*)field->pSize == false;
381 if (!field->pSize)
387 else if (*(const bool *)field->pSize == false)
398 if (*(const pb_size_t*)field->pSize != field->tag)
H A Dpb.h273 void *pSize; /* Pointer to count/has field */ member in struct:pb_field_iter_s

Completed in 39 milliseconds