HomeSort by relevance Sort by last modified time
    Searched refs:uint32_max (Results 1 - 7 of 7) sorted by null

  /external/nanopb-c/tests/alltypes_pointer/
encode_alltypes_pointer.c 91 static uint32_t uint32_max = UINT32_MAX; local
99 &uint32_min, &uint32_max,
decode_alltypes_pointer.c 132 TEST(alltypes.req_limits->uint32_max && *alltypes.req_limits->uint32_max == UINT32_MAX);
  /external/protobuf/python/google/protobuf/internal/
text_format_test.py 692 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/
encode_alltypes.c 73 alltypes.req_limits.uint32_max = UINT32_MAX;
decode_alltypes.c 176 TEST(alltypes.req_limits.uint32_max == UINT32_MAX);
  /external/nanopb-c/tests/alltypes_callback/
decode_alltypes_callback.c 164 TEST(decoded.uint32_max == UINT32_MAX);
encode_alltypes_callback.c 149 limits.uint32_max = UINT32_MAX;

Completed in 226 milliseconds