Home
last modified time | relevance | path

Searched refs:has_opt_sfixed64 (Results 1 – 6 of 6) sorted by relevance

/nanopb-3.4.0/tests/backwards_compatibility/
Ddecode_legacy.c105 TEST(alltypes.has_opt_sfixed64 == false); in check_alltypes()
149 TEST(alltypes.has_opt_sfixed64 == true); in check_alltypes()
Dencode_legacy.c99 alltypes.has_opt_sfixed64 = true; in main()
Dalltypes_legacy.h144 bool has_opt_sfixed64; member
/nanopb-3.4.0/tests/alltypes/
Ddecode_alltypes.c141 TEST(alltypes.has_opt_sfixed64 == false); in check_alltypes()
193 TEST(alltypes.has_opt_sfixed64 == true); in check_alltypes()
285 TEST(alltypes.has_opt_sfixed64 == false); in check_alltypes()
Dencode_alltypes.c132 alltypes.has_opt_sfixed64 = true; in main()
/nanopb-3.4.0/tests/common_unittests/
Dcommon_unittests.c78 …&iter) && iter.tag == 52 && iter.pData == &msg.opt_sfixed64 && iter.pSize == &msg.has_opt_sfixed64) in main()