Home
last modified time | relevance | path

Searched refs:bufref (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libc/test/src/__support/CPP/
H A Dstringstream_test.cpp18 MutableArrayRef<char> bufref(reinterpret_cast<void *>(buf), 256); in TEST()
20 StringStream ss1(bufref); in TEST()
25 StringStream ss2(bufref); in TEST()
34 MutableArrayRef<char> bufref(reinterpret_cast<void *>(buf), BUFSIZE); in TEST()
36 StringStream ss1(bufref); in TEST()
41 StringStream ss2(bufref); in TEST()
/llvm-project-15.0.7/libc/src/__support/File/
H A Dfile.cpp82 cpp::MutableArrayRef<uint8_t> bufref(buf, bufsize); in write_unlocked_fbf() local
87 bufref[pos + i] = primary[i]; in write_unlocked_fbf()
113 bufref[i] = remainder[i]; in write_unlocked_fbf()
186 cpp::MutableArrayRef<uint8_t> bufref(buf, bufsize); in read_unlocked() local
195 dataref[i] = bufref[i + pos]; in read_unlocked()
203 dataref[i] = bufref[i + pos]; in read_unlocked()
224 dataref[i] = bufref[i]; in read_unlocked()