Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/
H A Dchunk.rs199 if !self.encode_status.get_flag() { in poll_partial()
246 if !self.encode_status.get_flag() { in data()
328 if !self.encode_status.get_flag() { in bytes_encode()
557 fn get_flag(&mut self) -> bool { in get_flag() method