Home
last modified time | relevance | path

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

/nanopb-3.4.0/tests/backwards_compatibility/
Ddecode_legacy.c103 TEST(alltypes.has_opt_fixed64 == false); in check_alltypes()
147 TEST(alltypes.has_opt_fixed64 == true); in check_alltypes()
Dencode_legacy.c97 alltypes.has_opt_fixed64 = true; in main()
Dalltypes_legacy.h142 bool has_opt_fixed64; member
/nanopb-3.4.0/tests/alltypes/
Ddecode_alltypes.c139 TEST(alltypes.has_opt_fixed64 == false); in check_alltypes()
191 TEST(alltypes.has_opt_fixed64 == true); in check_alltypes()
284 TEST(alltypes.has_opt_fixed64 == false); in check_alltypes()
Dencode_alltypes.c130 alltypes.has_opt_fixed64 = true; in main()
/nanopb-3.4.0/tests/common_unittests/
Dcommon_unittests.c77 …&iter) && iter.tag == 51 && iter.pData == &msg.opt_fixed64 && iter.pSize == &msg.has_opt_fixed64 ) in main()