Home
last modified time | relevance | path

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

/xiu/library/bytesio/src/
H A Dbytes_reader.rs182 self.check(bytes_num).await?; in read_bytes()
187 self.check(bytes_num).await?; in advance_bytes()
195 self.check(bytes_num).await?; in read_bytes_cursor()
203 self.check(bytes_num).await?; in advance_bytes_cursor()
208 self.check(1).await?; in read_u8()
213 self.check(1).await?; in advance_u8()
218 self.check(2).await?; in read_u16()
223 self.check(3).await?; in read_u24()
228 self.check(3).await?; in advance_u24()
233 self.check(4).await?; in read_u32()
[all …]
/xiu/
H A DMakefile11 check: target
H A D.travis.yml23 - cargo fmt --all -- --check