Searched refs:too_big_for_an_int (Results 1 – 1 of 1) sorted by relevance
3035 const size_t too_big_for_an_int = 0x80000000ULL; in TEST() local3036 std::vector<char> buf(too_big_for_an_int); in TEST()3038 ASSERT_EQ(too_big_for_an_int, fread(&buf[0], 1, too_big_for_an_int, fp.get())); in TEST()3048 const size_t too_big_for_an_int = 0x80000000ULL; in TEST() local3049 std::vector<char> buf(too_big_for_an_int); in TEST()3051 ASSERT_EQ(too_big_for_an_int, fwrite(&buf[0], 1, too_big_for_an_int, fp.get())); in TEST()