Home
last modified time | relevance | path

Searched refs:PB_WT_32BIT (Results 1 – 7 of 7) sorted by relevance

/nanopb-3.4.0/tests/raw_decode/
Draw_decode.c124 else if (wire_type == PB_WT_32BIT) in raw_decode()
/nanopb-3.4.0/tests/fuzztest/
Drandom_data.c111 else if (wt == PB_WT_32BIT) in rand_fill_protobuf()
/nanopb-3.4.0/
Dpb_decode.c314 case PB_WT_32BIT: return pb_read(stream, NULL, 4); in pb_skip_field()
344 case PB_WT_32BIT: in read_raw_value()
414 if (wire_type != PB_WT_32BIT && wire_type != PB_WT_PACKED) in decode_basic_field()
Dpb_encode.c693 wiretype = PB_WT_32BIT; in pb_encode_tag_for_field()
Dpb.h416 PB_WT_32BIT = 5, enumerator
/nanopb-3.4.0/spm_headers/nanopb/
Dpb.h416 PB_WT_32BIT = 5, enumerator
/nanopb-3.4.0/docs/
Dreference.md366 PB_WT_32BIT = 5
589 | wiretype | `PB_WT_VARINT`, `PB_WT_64BIT`, `PB_WT_STRING` or `PB_WT_32BIT`
617 | FIXED32 | PB_WT_32BIT