/nanopb-2.7.6/tests/regression/issue_338/ |
D | bigvalue.proto | 48 bytes value = 2; field 53 bytes value = 2; field 58 bytes value = 2; field 63 bytes value = 2; field 68 bytes value = 2; field 73 bytes value = 2; field 78 bytes value = 2; field 83 bytes value = 2; field 88 bytes value = 2; field 93 bytes value = 2; field [all …]
|
/nanopb-2.7.6/tests/regression/issue_166/ |
D | enums.proto | 13 required SignedEnum value = 1; field 17 required UnsignedEnum value = 1; field
|
/nanopb-2.7.6/tests/regression/issue_242/ |
D | zero_value.c | 15 int32_t value = 0; in main() local 37 int32_t value = 0; in main() local
|
/nanopb-2.7.6/examples/using_union_messages/ |
D | unionproto.proto | 12 required int32 value = 1; field 17 required bool value = 1; field
|
/nanopb-2.7.6/tests/float_double_conversion/ |
D | doublemsg.proto | 4 required double value = 1; field
|
D | float_double_conversion.c | 13 float value; member
|
/nanopb-2.7.6/tests/callbacks/ |
D | decode_callbacks.c | 30 uint64_t value; in print_int32() local 40 uint32_t value; in print_fixed32() local 50 uint64_t value; in print_fixed64() local
|
D | encode_callbacks.c | 29 uint32_t value = 42; in encode_fixed32() local 39 uint64_t value = 42; in encode_fixed64() local
|
/nanopb-2.7.6/tests/alltypes_proto3_callback/ |
D | decode_alltypes_callback.c | 20 uint64_t value; in read_varint() local 30 int64_t value; in read_svarint() local 40 uint32_t value; in read_fixed32() local 50 uint64_t value; in read_fixed64() local 63 float value; in read_double() local 72 uint64_t value; in read_double() local 115 uint64_t value; in read_repeated_varint() local 126 int64_t value; in read_repeated_svarint() local 137 uint32_t value; in read_repeated_fixed32() local 148 uint64_t value; in read_repeated_fixed64() local [all …]
|
/nanopb-2.7.6/tests/alltypes_callback/ |
D | decode_alltypes_callback.c | 20 uint64_t value; in read_varint() local 30 int64_t value; in read_svarint() local 40 uint32_t value; in read_fixed32() local 50 uint64_t value; in read_fixed64() local 63 float value; in read_double() local 72 uint64_t value; in read_double() local 116 uint64_t value; in read_repeated_varint() local 127 int64_t value; in read_repeated_svarint() local 138 uint32_t value; in read_repeated_fixed32() local 149 uint64_t value; in read_repeated_fixed64() local [all …]
|
D | encode_alltypes_callback.c | 233 uint32_t value = (uint32_t)(intptr_t)*arg; in write_farray2() local
|
/nanopb-2.7.6/tests/raw_decode/ |
D | raw_decode.c | 98 uint64_t value; in raw_decode() local 112 uint64_t value; in raw_decode() local 126 uint32_t value; in raw_decode() local
|
/nanopb-2.7.6/tests/any_type/google/protobuf/ |
D | any.proto | 153 bytes value = 2; field
|
/nanopb-2.7.6/tests/generator_relative_paths/proto/protobuf/ |
D | any.proto | 153 bytes value = 2; field
|
/nanopb-2.7.6/tests/site_scons/platforms/avr/ |
D | run_test.c | 26 static void uart_tx_hook(struct avr_irq_t * irq, uint32_t value, void * param) in uart_tx_hook() 51 static void uart_xon_hook(struct avr_irq_t * irq, uint32_t value, void * param) in uart_xon_hook() 89 static void uart_xoff_hook(struct avr_irq_t * irq, uint32_t value, void * param) in uart_xoff_hook() 117 static void status_ok_hook(struct avr_irq_t * irq, uint32_t value, void * param) in status_ok_hook()
|
/nanopb-2.7.6/ |
D | pb_encode.c | 604 bool checkreturn pb_encode_varint(pb_ostream_t *stream, pb_uint64_t value) in pb_encode_varint() 622 bool checkreturn pb_encode_svarint(pb_ostream_t *stream, pb_int64_t value) in pb_encode_svarint() 633 bool checkreturn pb_encode_fixed32(pb_ostream_t *stream, const void *value) in pb_encode_fixed32() 645 bool checkreturn pb_encode_fixed64(pb_ostream_t *stream, const void *value) in pb_encode_fixed64() 764 uint32_t value = safe_read_bool(field->pData) ? 1 : 0; in pb_enc_bool() local 774 pb_uint64_t value = 0; in pb_enc_varint() local 792 pb_int64_t value = 0; in pb_enc_varint() local 941 bool pb_encode_float_as_double(pb_ostream_t *stream, float value) in pb_encode_float_as_double()
|
D | pb_decode.c | 1329 uint32_t value; in pb_decode_bool() local 1339 pb_uint64_t value; in pb_decode_svarint() local 1410 pb_uint64_t value, clamped; in pb_dec_varint() local 1433 pb_uint64_t value; in pb_dec_varint() local 1649 uint64_t value; in pb_decode_double_as_float() local
|
D | pb.h | 741 #define PB_FITS(value,bits) ((uint32_t)(value) < ((uint32_t)1<<bits)) argument
|
/nanopb-2.7.6/tests/fuzztest/ |
D | random_data.c | 101 uint64_t value; in rand_fill_protobuf() local 107 uint64_t value; in rand_fill_protobuf() local 113 uint32_t value; in rand_fill_protobuf() local
|
/nanopb-2.7.6/tests/encode_unittests/ |
D | encode_unittests.c | 23 int value = 0x55; in fieldcallback() local 175 uint8_t value = 1; in main() local 242 struct { pb_size_t size; uint8_t bytes[5]; } value = {5, {'x', 'y', 'z', 'z', 'y'}}; in main() local 255 char value[30] = "xyzzy"; in main() local
|
/nanopb-2.7.6/tests/oneof_callback/ |
D | decode_oneof.c | 47 uint64_t value; in print_int32() local
|
/nanopb-2.7.6/generator/proto/google/protobuf/ |
D | descriptor.proto | 226 repeated EnumValueDescriptorProto value = 2; field
|
/nanopb-2.7.6/generator/ |
D | nanopb_generator.py | 215 def __init__(self, value = 0, symbols = [], declarations = [], required_defines = []): argument
|
/nanopb-2.7.6/spm_headers/nanopb/ |
D | pb.h | 741 #define PB_FITS(value,bits) ((uint32_t)(value) < ((uint32_t)1<<bits)) argument
|