Home
last modified time | relevance | path

Searched defs:read_to_string (Results 1 – 9 of 9) sorted by relevance

/third_party/rust/rust/src/tools/clippy/tests/ui/
Dverbose_file_reads.rs11 pub fn read_to_string(&self) {} in read_to_string() method
/third_party/rust/rust/library/std/src/io/
Dimpls.rs45 fn read_to_string(&mut self, buf: &mut String) -> io::Result<usize> { in read_to_string() method
149 fn read_to_string(&mut self, buf: &mut String) -> io::Result<usize> { in read_to_string() method
313 fn read_to_string(&mut self, buf: &mut String) -> io::Result<usize> { in read_to_string() method
464 fn read_to_string(&mut self, buf: &mut String) -> io::Result<usize> { in read_to_string() method
Dstdio.rs117 fn read_to_string(&mut self, buf: &mut String) -> io::Result<usize> { in read_to_string() method
438 fn read_to_string(&mut self, buf: &mut String) -> io::Result<usize> { in read_to_string() method
477 fn read_to_string(&mut self, buf: &mut String) -> io::Result<usize> { in read_to_string() method
Dmod.rs769 fn read_to_string(&mut self, buf: &mut String) -> Result<usize> { in read_to_string() method
1083 pub fn read_to_string<R: Read>(mut reader: R) -> Result<String> { in read_to_string() function
Dtests.rs107 fn read_to_string() { in read_to_string() function
/third_party/rust/crates/cxx/gen/src/
Dmod.rs109 fn read_to_string(path: &Path) -> Result<String> { in read_to_string() function
/third_party/rust/rust/library/std/src/io/buffered/
Dbufreader.rs341 fn read_to_string(&mut self, buf: &mut String) -> io::Result<usize> { in read_to_string() method
/third_party/rust/rust/library/std/src/
Dfs.rs290 pub fn read_to_string<P: AsRef<Path>>(path: P) -> io::Result<String> { in read_to_string() function
772 fn read_to_string(&mut self, buf: &mut String) -> io::Result<usize> { in read_to_string() method
830 fn read_to_string(&mut self, buf: &mut String) -> io::Result<usize> { in read_to_string() method
/third_party/rust/crates/either/src/
Dlib.rs1109 fn read_to_string(&mut self, buf: &mut std::string::String) -> io::Result<usize> { in read_to_string() function