Home
last modified time | relevance | path

Searched defs:read_c_string (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_tokenizer/py/pw_tokenizer/
H A Delf_reader.py145 def read_c_string(fd: BinaryIO) -> bytes: function
/aosp_15_r20/external/rust/crabbyavif/src/internal_utils/
Dstream.rs219 pub fn read_c_string(&mut self) -> AvifResult<String> { in read_c_string() method