Home
last modified time | relevance | path

Searched refs:opt_sfixed64 (Results 1 – 13 of 13) sorted by relevance

/external/nanopb-c/tests/alltypes_pointer/
Dencode_alltypes_pointer.c78 int64_t opt_sfixed64 = 3052; in main() local
160 alltypes.opt_sfixed64 = &opt_sfixed64; in main()
Ddecode_alltypes_pointer.c94 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/
Dencode_alltypes_callback.c201 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()
Ddecode_alltypes_callback.c214 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/
Dalltypes_legacy.c84 …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…
Ddecode_legacy.c112 TEST(alltypes.opt_sfixed64 == 4052); in check_alltypes()
156 TEST(alltypes.opt_sfixed64 == 3052); in check_alltypes()
Dencode_legacy.c100 alltypes.opt_sfixed64 = 3052; in main()
Dalltypes_legacy.h121 int64_t opt_sfixed64; member
/external/nanopb-c/tests/alltypes/
Ddecode_alltypes.c110 TEST(alltypes.opt_sfixed64 == 4052); in check_alltypes()
155 TEST(alltypes.opt_sfixed64 == 3052); in check_alltypes()
Dencode_alltypes.c109 alltypes.opt_sfixed64 = 3052; in main()
Dalltypes.proto95 optional sfixed64 opt_sfixed64= 52 [default = 4052]; field
/external/nanopb-c/tests/field_size_16/
Dalltypes.proto95 optional sfixed64 opt_sfixed64= 10052 [default = 4052]; field
/external/nanopb-c/tests/field_size_32/
Dalltypes.proto95 optional sfixed64 opt_sfixed64= 10052 [default = 4052]; field