Searched refs:opt_sfixed32 (Results 1 - 10 of 10) sorted by relevance

/external/nanopb-c/tests/alltypes_pointer/
H A Dencode_alltypes_pointer.c75 int32_t opt_sfixed32 = 3049; local
157 alltypes.opt_sfixed32 = &opt_sfixed32;
H A Ddecode_alltypes_pointer.c91 TEST(alltypes.opt_sfixed32 == NULL);
114 TEST(alltypes.opt_sfixed32 && *alltypes.opt_sfixed32== 3049);
/external/nanopb-c/tests/alltypes_callback/
H A Ddecode_alltypes_callback.c211 int32_t opt_sfixed32 = 3049; local
366 alltypes.opt_sfixed32.funcs.decode = &read_fixed32;
367 alltypes.opt_sfixed32.arg = &opt_sfixed32;
H A Dencode_alltypes_callback.c198 int32_t opt_sfixed32 = 3049; local
347 alltypes.opt_sfixed32.funcs.encode = &write_fixed32;
348 alltypes.opt_sfixed32.arg = &opt_sfixed32;
/external/nanopb-c/tests/backwards_compatibility/
H A Dalltypes_legacy.c81 PB_FIELD( 49, SFIXED32, OPTIONAL, STATIC, AllTypes, opt_sfixed32, opt_fixed32, &AllTypes_opt_sfixed32_default),
82 PB_FIELD( 50, FLOAT , OPTIONAL, STATIC, AllTypes, opt_float, opt_sfixed32, &AllTypes_opt_float_default),
H A Dalltypes_legacy.h115 int32_t opt_sfixed32; member in struct:_AllTypes
H A Dencode_legacy.c93 alltypes.opt_sfixed32 = 3049;
H A Ddecode_legacy.c105 TEST(alltypes.opt_sfixed32 == 4049);
149 TEST(alltypes.opt_sfixed32 == 3049);
/external/nanopb-c/tests/alltypes/
H A Dencode_alltypes.c102 alltypes.opt_sfixed32 = 3049;
H A Ddecode_alltypes.c103 TEST(alltypes.opt_sfixed32 == 4049);
148 TEST(alltypes.opt_sfixed32 == 3049);

Completed in 1088 milliseconds