Home
last modified time | relevance | path

Searched defs:BinaryReader (Results 1 – 25 of 114) sorted by relevance

12345

/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/System/
H A DSTLContainerBinaryRead.hxx32 struct BinaryReader<std::basic_string<charT,traits,Alloc>> struct
50 struct BinaryReader<std::pair<T1,T2>> struct
52 static void exe(const int f,std::pair<T1,T2>& res) in exe()
60 struct BinaryReader<std::vector<T,Allocator>> struct
62 static void exe(const int f,std::vector<T,Allocator>& res) in exe()
74 struct BinaryReader<std::list<T,Allocator>> struct
76 static void exe(const int f,std::list<T,Allocator>& res) in exe()
88 struct BinaryReader<std::set<T,Allocator>> struct
90 static void exe(const int f,std::set<T,Allocator>& res) in exe()
102 struct BinaryReader<std::map<Key,Data,Compare,Alloc> > struct
[all …]
H A DExternalFunctionsPrototypes.hxx63 #ifndef LIB_MFRONT_GENERICBEHAVIOUR_BEHAVIOURDATA_H
126 typedef double (TFEL_ADDCALL_PTR CFunction10Ptr)(double,double,double, in exe()
/dports/science/tfel/tfel-3.4.0/include/TFEL/System/
H A DSTLContainerBinaryRead.hxx32 struct BinaryReader<std::basic_string<charT,traits,Alloc>> struct
50 struct BinaryReader<std::pair<T1,T2>> struct
52 static void exe(const int f,std::pair<T1,T2>& res) in exe()
60 struct BinaryReader<std::vector<T,Allocator>> struct
62 static void exe(const int f,std::vector<T,Allocator>& res) in exe()
74 struct BinaryReader<std::list<T,Allocator>> struct
76 static void exe(const int f,std::list<T,Allocator>& res) in exe()
88 struct BinaryReader<std::set<T,Allocator>> struct
90 static void exe(const int f,std::set<T,Allocator>& res) in exe()
102 struct BinaryReader<std::map<Key,Data,Compare,Alloc> > struct
[all …]
H A DBinaryRead.hxx62 struct TFELSYSTEM_VISIBILITY_EXPORT BinaryReader<void *>{ struct
126 struct BinaryReader struct
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/block/indexheader/
H A Dbinary_reader.go424 type BinaryReader struct { struct
425 b index.ByteSlice
426 toc *BinaryTOC
429 c io.Closer
438 symbols *index.Symbols
441 nameSymbols map[uint32]string
444 valueSymbolsMx sync.Mutex
450 dec *index.Decoder
452 version int
453 indexVersion int
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/thanos-io/thanos/pkg/block/indexheader/
H A Dbinary_reader.go424 type BinaryReader struct { struct
425 b index.ByteSlice
426 toc *BinaryTOC
429 c io.Closer
438 symbols *index.Symbols
441 nameSymbols map[uint32]string
444 valueSymbolsMx sync.Mutex
450 dec *index.Decoder
452 version int
453 indexVersion int
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/thanos-io/thanos/pkg/block/indexheader/
H A Dbinary_reader.go424 type BinaryReader struct { struct
425 b index.ByteSlice
426 toc *BinaryTOC
429 c io.Closer
438 symbols *index.Symbols
441 nameSymbols map[uint32]string
444 valueSymbolsMx sync.Mutex
450 dec *index.Decoder
452 version int
453 indexVersion int
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/pkg/block/indexheader/
H A Dbinary_reader.go412 type BinaryReader struct { struct
413 b index.ByteSlice
414 toc *BinaryTOC
417 c io.Closer
421 postings map[string]*postingValueOffsets
425 symbols *index.Symbols
429 dec *index.Decoder
431 version int
432 indexVersion int
433 indexLastPostingEnd int64
[all …]
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/plist-0.4.2/src/stream/
H A Dbinary_reader.rs34 pub struct BinaryReader<R> { struct
46 impl<R: Read + Seek> BinaryReader<R> { argument
305 impl<R: Read + Seek> Iterator for BinaryReader<R> { implementation
/dports/editors/xi-term/xi-term-d264767/cargo-crates/plist-0.4.2/src/stream/
H A Dbinary_reader.rs34 pub struct BinaryReader<R> { struct
46 impl<R: Read + Seek> BinaryReader<R> { argument
305 impl<R: Read + Seek> Iterator for BinaryReader<R> { implementation
/dports/misc/broot/broot-1.7.0/cargo-crates/plist-1.2.0/src/stream/
H A Dbinary_reader.rs26 pub struct BinaryReader<R> { struct
27 stack: Vec<StackItem>,
28 object_offsets: Vec<u64>,
29 object_on_stack: Vec<bool>,
30 reader: PosReader<R>,
31 ref_size: u8,
32 root_object: u64,
33 trailer_start_offset: u64,
67 impl<R: Read + Seek> BinaryReader<R> { impl
394 impl<R: Read + Seek> Iterator for BinaryReader<R> { implementation
/dports/devel/git-delta/delta-0.9.2/cargo-crates/plist-1.0.1/src/stream/
H A Dbinary_reader.rs26 pub struct BinaryReader<R> { struct
27 stack: Vec<StackItem>,
28 object_offsets: Vec<u64>,
29 object_on_stack: Vec<bool>,
30 reader: PosReader<R>,
31 ref_size: u8,
32 root_object: u64,
33 trailer_start_offset: u64,
67 impl<R: Read + Seek> BinaryReader<R> { implementation
394 impl<R: Read + Seek> Iterator for BinaryReader<R> { implementation
/dports/www/firefox/firefox-99.0/third_party/rust/plist/src/stream/
H A Dbinary_reader.rs26 pub struct BinaryReader<R> { struct
27 stack: Vec<StackItem>,
28 object_offsets: Vec<u64>,
29 object_on_stack: Vec<bool>,
30 reader: PosReader<R>,
31 ref_size: u8,
32 root_object: u64,
33 trailer_start_offset: u64,
67 impl<R: Read + Seek> BinaryReader<R> { implementation
394 impl<R: Read + Seek> Iterator for BinaryReader<R> { implementation
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/plist/src/stream/
H A Dbinary_reader.rs26 pub struct BinaryReader<R> { struct
27 stack: Vec<StackItem>,
28 object_offsets: Vec<u64>,
29 object_on_stack: Vec<bool>,
30 reader: PosReader<R>,
31 ref_size: u8,
32 root_object: u64,
33 trailer_start_offset: u64,
67 impl<R: Read + Seek> BinaryReader<R> { impl
394 impl<R: Read + Seek> Iterator for BinaryReader<R> { implementation
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/plist-1.2.1/src/stream/
H A Dbinary_reader.rs26 pub struct BinaryReader<R> { struct
27 stack: Vec<StackItem>,
28 object_offsets: Vec<u64>,
29 object_on_stack: Vec<bool>,
30 reader: PosReader<R>,
31 ref_size: u8,
32 root_object: u64,
33 trailer_start_offset: u64,
67 impl<R: Read + Seek> BinaryReader<R> { implementation
394 impl<R: Read + Seek> Iterator for BinaryReader<R> { implementation
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/plist-0.5.1/src/stream/
H A Dbinary_reader.rs26 pub struct BinaryReader<R> { struct
27 stack: Vec<StackItem>,
28 object_offsets: Vec<u64>,
29 object_on_stack: Vec<bool>,
30 reader: PosReader<R>,
31 ref_size: u8,
32 root_object: u64,
33 trailer_start_offset: u64,
67 impl<R: Read + Seek> BinaryReader<R> { implementation
394 impl<R: Read + Seek> Iterator for BinaryReader<R> { implementation
/dports/www/zola/zola-0.15.2/cargo-crates/plist-1.3.1/src/stream/
H A Dbinary_reader.rs26 pub struct BinaryReader<R> { struct
27 stack: Vec<StackItem>,
28 object_offsets: Vec<u64>,
29 object_on_stack: Vec<bool>,
30 reader: PosReader<R>,
31 ref_size: u8,
32 root_object: u64,
33 trailer_start_offset: u64,
67 impl<R: Read + Seek> BinaryReader<R> { implementation
394 impl<R: Read + Seek> Iterator for BinaryReader<R> { implementation
/dports/www/xh/xh-0.14.1/cargo-crates/plist-1.2.1/src/stream/
H A Dbinary_reader.rs26 pub struct BinaryReader<R> { struct
27 stack: Vec<StackItem>,
28 object_offsets: Vec<u64>,
29 object_on_stack: Vec<bool>,
30 reader: PosReader<R>,
31 ref_size: u8,
32 root_object: u64,
33 trailer_start_offset: u64,
67 impl<R: Read + Seek> BinaryReader<R> { implementation
394 impl<R: Read + Seek> Iterator for BinaryReader<R> { implementation
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/plist/src/stream/
H A Dbinary_reader.rs26 pub struct BinaryReader<R> { struct
27 stack: Vec<StackItem>,
28 object_offsets: Vec<u64>,
29 object_on_stack: Vec<bool>,
30 reader: PosReader<R>,
31 ref_size: u8,
32 root_object: u64,
33 trailer_start_offset: u64,
67 impl<R: Read + Seek> BinaryReader<R> { implementation
394 impl<R: Read + Seek> Iterator for BinaryReader<R> { implementation
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/plist/src/stream/
H A Dbinary_reader.rs26 pub struct BinaryReader<R> { struct
27 stack: Vec<StackItem>,
28 object_offsets: Vec<u64>,
29 object_on_stack: Vec<bool>,
30 reader: PosReader<R>,
31 ref_size: u8,
32 root_object: u64,
33 trailer_start_offset: u64,
67 impl<R: Read + Seek> BinaryReader<R> { impl
394 impl<R: Read + Seek> Iterator for BinaryReader<R> { implementation
/dports/textproc/bat/bat-0.18.3/cargo-crates/plist-1.1.0/src/stream/
H A Dbinary_reader.rs26 pub struct BinaryReader<R> { struct
27 stack: Vec<StackItem>,
28 object_offsets: Vec<u64>,
29 object_on_stack: Vec<bool>,
30 reader: PosReader<R>,
31 ref_size: u8,
32 root_object: u64,
33 trailer_start_offset: u64,
67 impl<R: Read + Seek> BinaryReader<R> { implementation
394 impl<R: Read + Seek> Iterator for BinaryReader<R> { implementation
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/plist-1.2.1/src/stream/
H A Dbinary_reader.rs26 pub struct BinaryReader<R> { struct
27 stack: Vec<StackItem>,
28 object_offsets: Vec<u64>,
29 object_on_stack: Vec<bool>,
30 reader: PosReader<R>,
31 ref_size: u8,
32 root_object: u64,
33 trailer_start_offset: u64,
67 impl<R: Read + Seek> BinaryReader<R> { impl
394 impl<R: Read + Seek> Iterator for BinaryReader<R> { implementation
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/io/
H A Dbinaryreader.cs28 public class BinaryReader : IDisposable class
45 public BinaryReader(Stream input) : this(input, new UTF8Encoding(), false) { in BinaryReader() method in System.IO.BinaryReader
48 public BinaryReader(Stream input, Encoding encoding) : this(input, encoding, false) { in BinaryReader() method in System.IO.BinaryReader
51 public BinaryReader(Stream input, Encoding encoding, bool leaveOpen) { in BinaryReader() method in System.IO.BinaryReader
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/IO/
H A DBinaryReader.cs13 public class BinaryReader : IDisposable class
30 public BinaryReader(Stream input) : this(input, Encoding.UTF8, false) in BinaryReader() method in System.IO.BinaryReader
34 public BinaryReader(Stream input, Encoding encoding) : this(input, encoding, false) in BinaryReader() method in System.IO.BinaryReader
38 public BinaryReader(Stream input, Encoding encoding, bool leaveOpen) in BinaryReader() method in System.IO.BinaryReader
/dports/devel/ccls/ccls-0.20210330/src/
H A Dserializer.hh66 struct BinaryReader { struct
67 const char *p_;
69 BinaryReader(std::string_view buf) : p_(buf.data()) {} in BinaryReader() argument
70 template <typename T> T get() { in get()
76 uint64_t varUInt() { in varUInt()
86 int64_t varInt() { in varInt()
90 const char *getString() { in getString()

12345