/nanopb-3.4.0/tests/common/ |
D | unittests.h | 5 #define COMMENT(x) printf("\n----" x "----\n"); argument 6 #define TEST(x) \ argument 17 #define COMMENT(x) printf("\n----" x "----\n"); argument 18 #define TEST(x) \ argument
|
/nanopb-3.4.0/examples/platformio/src/ |
D | test.h | 3 #define TEST(x) \ argument
|
/nanopb-3.4.0/tests/regression/issue_569/ |
D | a.proto | 12 int32 x = 2; field
|
D | b.proto | 10 int32 x = 2; field
|
/nanopb-3.4.0/tests/special_characters/ |
D | funny-proto+name has.characters.proto | 7 repeated int32 x = 3; field
|
/nanopb-3.4.0/tests/intsizes/ |
D | intsizes_unittests.c | 8 #define S(x) pb_istream_from_buffer((uint8_t*)x, sizeof(x) - 1) argument
|
/nanopb-3.4.0/tests/regression/issue_617/ |
D | oneof.proto | 24 uint32 x = 2; field
|
/nanopb-3.4.0/tests/mem_release/ |
D | mem_release.c | 10 #define TEST(x) if (!(x)) { \ argument
|
/nanopb-3.4.0/tests/fuzztest/ |
D | random_data.c | 155 int x = buf[a]; in rand_mess() local
|
/nanopb-3.4.0/tests/decode_unittests/ |
D | decode_unittests.c | 11 #define S(x) pb_istream_from_buffer((uint8_t*)x, sizeof(x) - 1) argument
|
/nanopb-3.4.0/tests/encode_unittests/ |
D | encode_unittests.c | 42 #define WRITES(x, y) \ argument
|
/nanopb-3.4.0/ |
D | pb.h | 143 #define PB_UNUSED(x) (void)(x) argument 152 #define PB_PROGMEM_READU32(x) pgm_read_dword(&x) argument 283 #define PB_ATYPE(x) ((x) & PB_ATYPE_MASK) argument 284 #define PB_HTYPE(x) ((x) & PB_HTYPE_MASK) argument 285 #define PB_LTYPE(x) ((x) & PB_LTYPE_MASK) argument 286 #define PB_LTYPE_IS_SUBMSG(x) (PB_LTYPE(x) == PB_LTYPE_SUBMESSAGE || \ argument 494 #define PB_EXPAND(x) x argument
|
/nanopb-3.4.0/spm_headers/nanopb/ |
D | pb.h | 143 #define PB_UNUSED(x) (void)(x) argument 152 #define PB_PROGMEM_READU32(x) pgm_read_dword(&x) argument 283 #define PB_ATYPE(x) ((x) & PB_ATYPE_MASK) argument 284 #define PB_HTYPE(x) ((x) & PB_HTYPE_MASK) argument 285 #define PB_LTYPE(x) ((x) & PB_LTYPE_MASK) argument 286 #define PB_LTYPE_IS_SUBMSG(x) (PB_LTYPE(x) == PB_LTYPE_SUBMESSAGE || \ argument 494 #define PB_EXPAND(x) x argument
|
/nanopb-3.4.0/tests/alltypes_proto3_callback/ |
D | decode_alltypes_callback.c | 13 #define TEST(x) if (!(x)) { \ argument
|
/nanopb-3.4.0/tests/alltypes_callback/ |
D | decode_alltypes_callback.c | 13 #define TEST(x) if (!(x)) { \ argument
|
/nanopb-3.4.0/generator/ |
D | nanopb_generator.py | 200 def str(x): argument
|