Searched refs:uint32_max (Results 1 - 7 of 7) sorted by relevance

/external/nanopb-c/tests/alltypes_pointer/
H A Dencode_alltypes_pointer.c91 static uint32_t uint32_max = UINT32_MAX; local
99 &uint32_min, &uint32_max,
H A Ddecode_alltypes_pointer.c132 TEST(alltypes.req_limits->uint32_max && *alltypes.req_limits->uint32_max == UINT32_MAX);
/external/nanopb-c/tests/alltypes/
H A Dencode_alltypes.c73 alltypes.req_limits.uint32_max = UINT32_MAX;
H A Ddecode_alltypes.c176 TEST(alltypes.req_limits.uint32_max == UINT32_MAX);
/external/protobuf/python/google/protobuf/internal/
H A Dtext_format_test.py692 uint32_max = (1 << 32) - 1
693 text = '-1 %d %d' % (uint32_max + 1, int64_max + 1)
701 self.assertEqual(uint32_max + 1, tokenizer.ConsumeInt64())
/external/nanopb-c/tests/alltypes_callback/
H A Ddecode_alltypes_callback.c164 TEST(decoded.uint32_max == UINT32_MAX);
H A Dencode_alltypes_callback.c149 limits.uint32_max = UINT32_MAX;

Completed in 136 milliseconds