Searched refs:BytesReader (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/commonlibrary/rust/ylong_json/src/reader/ |
H A D | mod.rs | 23 pub(crate) trait BytesReader { interface 46 pub(crate) trait Cacheable: BytesReader { 76 pub(crate) trait RemainderCountable: BytesReader { 88 pub(crate) trait NBytesReadable: BytesReader {
|
H A D | slice_reader.rs | 14 use super::{BytesReader, Cacheable, NBytesReadable, Position, RemainderCountable}; 50 impl<'a> BytesReader for SliceReader<'a> { 184 use super::{BytesReader, Cacheable, NBytesReadable, RemainderCountable, SliceReader};
|
H A D | io_reader.rs | 14 use super::{BytesReader, Cacheable, Position}; 117 impl<R: Read> BytesReader for IoReader<R> { 226 use super::{BytesReader, Cacheable, IoReader};
|
/ohos5.0/commonlibrary/rust/ylong_json/src/ |
H A D | deserializer.rs | 46 R: BytesReader + Cacheable, 54 R: BytesReader + Cacheable, 182 R: BytesReader + Cacheable, 254 R: BytesReader + Cacheable, 638 R: BytesReader + Cacheable, 646 R: BytesReader + Cacheable, 658 R: BytesReader + Cacheable, 703 R: BytesReader + Cacheable, 772 R: BytesReader + Cacheable, 779 R: BytesReader + Cacheable, [all …]
|
H A D | states.rs | 540 use crate::reader::BytesReader; 563 fn test_func<R: BytesReader + Cacheable>( in ut_macro_eat_whitespace_until_not() 590 fn test_func<R: BytesReader + Cacheable>( in ut_macro_eat_digits_until_not()
|