Home
last modified time | relevance | path

Searched defs:handle_eof (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/system/include/boost/system/
Dwindows_error.hpp74 handle_eof = boost::winapi::ERROR_HANDLE_EOF_, enumerator
/aosp_15_r20/art/tools/checker/match/
H A Dfile.py245 def handle_eof(self): member in ExecutionState
/aosp_15_r20/external/rust/android-crates-io/crates/xml-rs/src/reader/
Dparser.rs358 fn handle_eof(&mut self) -> std::result::Result<XmlEvent, super::Error> { in handle_eof() method