Searched refs:too_big_for_an_int (Results 1 – 1 of 1) sorted by relevance
2981 const size_t too_big_for_an_int = 0x80000000ULL; in TEST() local2982 std::vector<char> buf(too_big_for_an_int); in TEST()2984 ASSERT_EQ(too_big_for_an_int, fread(&buf[0], 1, too_big_for_an_int, fp.get())); in TEST()2994 const size_t too_big_for_an_int = 0x80000000ULL; in TEST() local2995 std::vector<char> buf(too_big_for_an_int); in TEST()2997 ASSERT_EQ(too_big_for_an_int, fwrite(&buf[0], 1, too_big_for_an_int, fp.get())); in TEST()