Home
last modified time | relevance | path

Searched refs:t (Results 1 – 25 of 28) sorted by relevance

12

/nanopb-2.7.6/tests/regression/issue_631/
DSConscript7 t = env.Program(["test.c", "submsg_callback.pb.c", "$COMMON/pb_common.o"])
8 env.RunTest(t)
/nanopb-2.7.6/spm_headers/nanopb/
Dpb.h665 #define PB_SI_PB_LTYPE_BOOL(t) argument
666 #define PB_SI_PB_LTYPE_BYTES(t) argument
667 #define PB_SI_PB_LTYPE_DOUBLE(t) argument
668 #define PB_SI_PB_LTYPE_ENUM(t) argument
669 #define PB_SI_PB_LTYPE_UENUM(t) argument
670 #define PB_SI_PB_LTYPE_FIXED32(t) argument
671 #define PB_SI_PB_LTYPE_FIXED64(t) argument
672 #define PB_SI_PB_LTYPE_FLOAT(t) argument
673 #define PB_SI_PB_LTYPE_INT32(t) argument
674 #define PB_SI_PB_LTYPE_INT64(t) argument
[all …]
/nanopb-2.7.6/
Dpb.h665 #define PB_SI_PB_LTYPE_BOOL(t) argument
666 #define PB_SI_PB_LTYPE_BYTES(t) argument
667 #define PB_SI_PB_LTYPE_DOUBLE(t) argument
668 #define PB_SI_PB_LTYPE_ENUM(t) argument
669 #define PB_SI_PB_LTYPE_UENUM(t) argument
670 #define PB_SI_PB_LTYPE_FIXED32(t) argument
671 #define PB_SI_PB_LTYPE_FIXED64(t) argument
672 #define PB_SI_PB_LTYPE_FLOAT(t) argument
673 #define PB_SI_PB_LTYPE_INT32(t) argument
674 #define PB_SI_PB_LTYPE_INT64(t) argument
[all …]
Dpb_common.c285 } t; in pb_const_cast() local
286 t.p2 = p; in pb_const_cast()
287 return t.p1; in pb_const_cast()
DCHANGELOG.txt134 Remove timestamp from generated files by default, add -t to keep it.
139 .gitignore: don't ignore generator-bin files (#419)
154 Don't generate lines with trailing spaces (#622)
179 Don't call stream read callback with count=0 (#421)
204 Fix _zero initializer for enums that don't begin at 0. (#295)
366 Don't use SIZE_MAX macro, as it is not in C89. (issue 120)
414 Don't stop on unsupported extension fields (issue 83)
431 If you don't want to update your code, define PB_OLD_CALLBACK_STYLE.
/nanopb-2.7.6/tests/regression/issue_338/
DSConscript1 # Check that generator doesn't exceed memory limits
/nanopb-2.7.6/tests/splint/
Dsplint.rc14 # splint's memory checks don't quite work without annotations
/nanopb-2.7.6/tests/multiple_files/
DSConscript1 # Test that multiple .proto files don't cause name collisions.
/nanopb-2.7.6/tests/extra_fields/
DSConscript14 # alltypes_with_extra_fields.pb doesn't have to be remade so often.
/nanopb-2.7.6/tests/cxx_descriptor/
DSConscript19 print("Skipping {} test - compiler doesn't support it".format(std))
/nanopb-2.7.6/tests/any_type/
Danytest.proto11 // The encoding follows the basic format of protobuf and doesn't require
/nanopb-2.7.6/tests/cxx_callback_datatype/
DSConscript22 print("Skipping {} test - compiler doesn't support it".format(std))
/nanopb-2.7.6/tests/field_size_16_proto3/
Dalltypes.proto16 Negative = -2147483647; /* protoc doesn't accept -2147483648 here */
/nanopb-2.7.6/tests/alltypes_proto3/
Dalltypes.proto16 Negative = -2147483647; /* protoc doesn't accept -2147483648 here */
/nanopb-2.7.6/tests/without_64bit/
Dalltypes.proto15 Negative = -2147483647; /* protoc doesn't accept -2147483648 here */
/nanopb-2.7.6/tests/backwards_compatibility/
Dalltypes_legacy.proto14 Negative = -2147483647; /* protoc doesn't accept -2147483648 here */
/nanopb-2.7.6/docs/
Dmigration.md143 **Required actions:** If your platform doesn't have `limits.h`
155 terminator wouldn't fit in the array.
192 implementations don't support this, so it is not very useful feature.
270 change. Check that user code doesn\'t expect the old, incorrect
279 otherwise. Previously nanopb didn\'t enforce that decoded bool fields
297 **Rationale:** Previously nanopb didn't properly decode special
340 and do not define `uint8_t`. Nanopb previously didn\'t support these
421 haven\'t caused trouble so far, it is reasonable to switch to
Dindex.md67 6) Reflection (runtime introspection) is not supported. E.g. you can't request a field by giving i…
70 9) Nanopb doesn't have a stable ABI (application binary interface)
Dconcepts.md63 than the original stream. Don't use these values to calculate
85 don\'t want to limit the size of the stream, pass SIZE_MAX.
113 6) You don't need to know the length of the message in advance. After
222 structure, and the nanopb runtime doesn't know how much of the
224 structure for storing data, which is not very smart but shouldn't cause
237 The [pb_callback_t](reference.html#pb-callback-t) structure contains a
/nanopb-2.7.6/generator/proto/google/protobuf/
Ddescriptor.proto51 // algorithms don't work during bootstrapping.
128 // The parser stores options it doesn't recognize here. See above.
420 // The parser stores options it doesn't recognize here.
489 // The parser stores options it doesn't recognize here. See above.
580 // The parser stores options it doesn't recognize here. See above.
590 // The parser stores options it doesn't recognize here. See above.
611 // The parser stores options it doesn't recognize here. See above.
625 // The parser stores options it doesn't recognize here. See above.
645 // The parser stores options it doesn't recognize here. See above.
676 // The parser stores options it doesn't recognize here. See above.
[all …]
/nanopb-2.7.6/tests/field_size_32/
Dalltypes.proto20 Negative = -2147483647; /* protoc doesn't accept -2147483648 here */
/nanopb-2.7.6/tests/field_size_16/
Dalltypes.proto20 Negative = -2147483647; /* protoc doesn't accept -2147483648 here */
/nanopb-2.7.6/tests/site_scons/platforms/stm32/
Dstm32_ram.ld178 /* .stack_dummy section doesn't contains any symbols. It is only
/nanopb-2.7.6/tests/alltypes/
Dalltypes.proto21 Negative = -2147483647; /* protoc doesn't accept -2147483648 here */
/nanopb-2.7.6/tests/
DSConstruct106 # If the platform doesn't support C99, use our own header file instead.
167 # Pedantic ANSI C. On AVR this doesn't work because we use large

12