Searched refs:opt_sfixed64 (Results 1 – 13 of 13) sorted by relevance
/external/nanopb-c/tests/alltypes_pointer/ |
D | encode_alltypes_pointer.c | 78 int64_t opt_sfixed64 = 3052; in main() local 160 alltypes.opt_sfixed64 = &opt_sfixed64; in main()
|
D | decode_alltypes_pointer.c | 94 TEST(alltypes.opt_sfixed64 == NULL); in check_alltypes() 117 TEST(alltypes.opt_sfixed64 && *alltypes.opt_sfixed64== 3052); in check_alltypes()
|
/external/nanopb-c/tests/alltypes_callback/ |
D | encode_alltypes_callback.c | 201 int64_t opt_sfixed64 = 3052; in main() local 356 alltypes.opt_sfixed64.funcs.encode = &write_fixed64; in main() 357 alltypes.opt_sfixed64.arg = &opt_sfixed64; in main()
|
D | decode_alltypes_callback.c | 214 int64_t opt_sfixed64 = 3052; in check_alltypes() local 375 alltypes.opt_sfixed64.funcs.decode = &read_fixed64; in check_alltypes() 376 alltypes.opt_sfixed64.arg = &opt_sfixed64; in check_alltypes()
|
/external/nanopb-c/tests/backwards_compatibility/ |
D | alltypes_legacy.c | 84 …PB_FIELD( 52, SFIXED64, OPTIONAL, STATIC, AllTypes, opt_sfixed64, opt_fixed64, &AllTypes_opt_sfixe… 85 …PB_FIELD( 53, DOUBLE , OPTIONAL, STATIC, AllTypes, opt_double, opt_sfixed64, &AllTypes_opt_double…
|
D | decode_legacy.c | 112 TEST(alltypes.opt_sfixed64 == 4052); in check_alltypes() 156 TEST(alltypes.opt_sfixed64 == 3052); in check_alltypes()
|
D | encode_legacy.c | 100 alltypes.opt_sfixed64 = 3052; in main()
|
D | alltypes_legacy.h | 121 int64_t opt_sfixed64; member
|
/external/nanopb-c/tests/alltypes/ |
D | decode_alltypes.c | 110 TEST(alltypes.opt_sfixed64 == 4052); in check_alltypes() 155 TEST(alltypes.opt_sfixed64 == 3052); in check_alltypes()
|
D | encode_alltypes.c | 109 alltypes.opt_sfixed64 = 3052; in main()
|
D | alltypes.proto | 95 optional sfixed64 opt_sfixed64= 52 [default = 4052]; field
|
/external/nanopb-c/tests/field_size_16/ |
D | alltypes.proto | 95 optional sfixed64 opt_sfixed64= 10052 [default = 4052]; field
|
/external/nanopb-c/tests/field_size_32/ |
D | alltypes.proto | 95 optional sfixed64 opt_sfixed64= 10052 [default = 4052]; field
|