Home
last modified time | relevance | path

Searched defs:EndOfInput (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/untrusted/src/
Duntrusted.rs253 ) -> Result<Input<'a>, EndOfInput> { in get_input_between_marks() argument
280 pub fn read_byte(&mut self) -> Result<u8, EndOfInput> { in read_byte() argument
296 pub fn read_bytes(&mut self, num_bytes: usize) -> Result<Input<'a>, EndOfInput> { in read_bytes() argument
335 pub fn skip(&mut self, num_bytes: usize) -> Result<(), EndOfInput> { in skip() argument
347 pub struct EndOfInput; struct
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DScan.h46 const int EndOfInput = -1; variable
/external/deqp-deps/glslang/glslang/MachineIndependent/
DScan.h46 const int EndOfInput = -1; variable
/external/rust/crates/combine/src/stream/
Dread.rs14 EndOfInput, enumerator