Lines Matching defs:MemoryView
18 using MemoryView = LIBC_NAMESPACE::testing::MemoryView;
138 MemoryView src1("hello, file\0hello, file", sizeof(data) * 2),
174 MemoryView src1("hello\n", 6), dst1(f_line->get_str(), 6);
194 MemoryView src2("hello\n file\0longer for an \n", 27),
198 MemoryView src3("hello\n file\0longer for an \n overflow", 37),
206 MemoryView dst_line_final(f_line->get_str(), 37);
247 MemoryView src1(initial_content, READ_SIZE), dst1(read_data, READ_SIZE);
254 MemoryView src2(initial_content + READ_SIZE, READ_SIZE),
268 MemoryView src3(initial_content, READ_SIZE), dst3(read_data, READ_SIZE);
372 MemoryView src1(initial_content, READ_SIZE), dst1(read_data, READ_SIZE);
380 MemoryView dst2(f->get_str(), sizeof(write_data)),
408 MemoryView src1(initial_content, sizeof(initial_content)),
411 MemoryView src2(data, sizeof(data)),
414 MemoryView src3(data, sizeof(data)),
423 MemoryView src4(initial_content, READ_SIZE), dst4(read_data, READ_SIZE);