Home
last modified time | relevance | path

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

/nanopb-3.4.0/tests/raw_decode/
Draw_decode.c110 else if (wire_type == PB_WT_64BIT) in raw_decode()
/nanopb-3.4.0/tests/fuzztest/
Drandom_data.c105 else if (wt == PB_WT_64BIT) in rand_fill_protobuf()
/nanopb-3.4.0/
Dpb_decode.c312 case PB_WT_64BIT: return pb_read(stream, NULL, 8); in pb_skip_field()
340 case PB_WT_64BIT: in read_raw_value()
420 if (wire_type != PB_WT_64BIT && wire_type != PB_WT_PACKED) in decode_basic_field()
Dpb_encode.c697 wiretype = PB_WT_64BIT; in pb_encode_tag_for_field()
Dpb.h414 PB_WT_64BIT = 1, enumerator
/nanopb-3.4.0/spm_headers/nanopb/
Dpb.h414 PB_WT_64BIT = 1, enumerator
/nanopb-3.4.0/docs/
Dreference.md364 PB_WT_64BIT = 1,
589 | wiretype | `PB_WT_VARINT`, `PB_WT_64BIT`, `PB_WT_STRING` or `PB_WT_32BIT`
615 | FIXED64 | PB_WT_64BIT