MCPcopy Create free account

hub / github.com/That3Percent/tree-buf / functions

Functions262 in github.com/That3Percent/tree-buf

Functionall_array_type_ids
()
tree-buf/src/internal/branch/mod.rs:149
Functionall_root_type_ids
()
tree-buf/src/internal/branch/mod.rs:143
Functionarray1
()
tree-buf/tests/round_trip.rs:92
Functionarray_tuple
()
tree-buf/tests/round_trip.rs:147
Methodarray_type_id
()
tree-buf/src/internal/encodings/zfp.rs:19
Functionbig_brotli_str
()
tree-buf/tests/round_trip.rs:484
Functionbool_array
()
tree-buf/tests/round_trip.rs:71
Functionbools_root
()
tree-buf/tests/round_trip.rs:59
Functionbroken_int
()
tree-buf/tests/round_trip.rs:54
Methodbuffer_many
(&'a mut self, values: &'b [bool])
tree-buf/src/internal/types/boolean.rs:36
Methodbuffer_one
(&'a mut self, value: &'b Option<T>)
tree-buf/src/internal/types/nullable.rs:36
Methodbuffer_one
(&'a mut self, value: &'b bool)
tree-buf/src/internal/types/boolean.rs:33
Methodbuffer_one
(&'a mut self, value: &'b String)
tree-buf/src/internal/types/string.rs:65
Methodbuffer_one
(&'a mut self, _value: &'b Ignore)
tree-buf/src/internal/types/ignore.rs:24
Methodbuffer_one
(&'a mut self, value: &'b Box<T>)
tree-buf/src/internal/rust_std/smart_pointers.rs:34
Methodc
(s: &String, x: &impl fmt::Display)
tree-buf/src/experimental/stats.rs:15
Functioncan_extend
()
tree-buf/src/internal/buffer.rs:164
Functioncan_push_to_capacity
()
tree-buf/src/internal/buffer.rs:152
Functioncanonical_idents_compatible
()
tree-buf/tests/schema_migrations.rs:25
Functioncheck_buffer
()
tree-buf/src/internal/buffer.rs:30
Functioncompress
(data: impl Iterator<Item = f64>, bytes: &mut Vec<u8>)
tree-buf/src/internal/encodings/gorilla_new.rs:60
Functioncompress
(data: &[T], stream: &mut EncoderStream<'_, O>, compressors: &impl CompressorSet<T>)
tree-buf/src/internal/encodings/compress.rs:4
Methodcompress
TODO: fast_size_for
tree-buf/src/internal/encodings/dictionary.rs:111
Methodcompress
(&self, data: &[bool], stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/types/boolean.rs:67
Methodcompress
(&self, data: &[T], stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/types/string.rs:188
Methodcompress
(&self, compressor: usize, data: &[T], stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/types/tuple.rs:198
Methodcompress
(&self, data: &[u32], stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/types/integer.rs:461
Functionconversions
()
tree-buf/tests/round_trip.rs:245
Functionconvert_all
()
tree-buf/src/internal/branch/mod.rs:132
Methoddata_type
()
tree-buf/src/internal/encodings/zfp.rs:16
Methoddecode
(sticks: DynRootBranch<'_>, options: &impl DecodeOptions)
tree-buf/src/internal/types/nullable.rs:18
Methoddecode
(sticks: DynRootBranch<'_>, _options: &impl DecodeOptions)
tree-buf/src/internal/types/boolean.rs:22
Methoddecode
(sticks: DynRootBranch<'_>, options: &impl DecodeOptions)
tree-buf/src/internal/types/hashmap.rs:51
Methoddecode
(sticks: DynRootBranch<'_>, options: &impl DecodeOptions)
tree-buf/src/internal/types/array.rs:37
Methoddecode
(sticks: DynRootBranch<'_>, _options: &impl DecodeOptions)
tree-buf/src/internal/types/string.rs:90
Methoddecode
(_sticks: DynRootBranch<'_>, _options: &impl DecodeOptions)
tree-buf/src/internal/types/ignore.rs:17
Methoddecode
(sticks: DynRootBranch<'_>, options: &impl DecodeOptions)
tree-buf/src/internal/rust_std/smart_pointers.rs:27
Functiondecode_macro_derive
(input: proc_macro::TokenStream)
tree-buf-macros/src/lib.rs:26
Methoddecode_next
(&mut self)
tree-buf/src/internal/encoder_decoder.rs:111
Methoddecode_next
(&mut self)
tree-buf/src/internal/types/nullable.rs:79
Methoddecode_next
(&mut self)
tree-buf/src/internal/rust_std/smart_pointers.rs:49
Methoddecode_next_infallible
(&mut self)
tree-buf/src/internal/types/boolean.rs:107
Methoddecode_next_infallible
(&mut self)
tree-buf/src/internal/types/ignore.rs:37
Methoddecode_next_infallible
(&mut self)
tree-buf/src/internal/rust_std/usize_.rs:12
Functiondecompress
(bytes: &[u8])
tree-buf/src/internal/encodings/gorilla_old.rs:7
Functiondecompress
(bytes: &[u8])
tree-buf/src/internal/encodings/zfp.rs:71
Functiondecompress
(_bytes: &[u8])
tree-buf/src/internal/encodings/gorilla_new.rs:6
Methoddefault
()
tree-buf/src/internal/buffer.rs:41
Methoddefault
()
tree-buf/src/internal/branch/array_branch.rs:280
Methoddefault
()
tree-buf/src/internal/branch/root_branch.rs:197
Functiondelta_decode_in_place
(data: &mut [T])
tree-buf/src/internal/encodings/delta.rs:18
Functiondelta_encode_in_place
FIXME: This may not be what is needed. Zigzag may be.
tree-buf/src/internal/encodings/delta.rs:5
Functiondelta_prefix_var
()
tree-buf/tests/round_trip.rs:463
Functionderef
()
tree-buf/src/internal/buffer.rs:187
Methodderef
(&self)
tree-buf/src/internal/buffer.rs:61
Methoddrop
(&mut self)
tree-buf/src/internal/buffer.rs:23
Methodencode_all
(values: &[T], stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/encoder_decoder.rs:65
Methodencode_all
(values: &[bool], stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/types/boolean.rs:40
Functionencode_array
(_data: &[T], _max: T, _stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/types/integer.rs:32
Functionencode_ident
(value: &str, stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/branch/mod.rs:87
Functionencode_into_with_scratch
(_value: &T, _scratch: &mut Scratch, _into: &mut Vec<u8>)
tree-buf/src/experimental/scratch.rs:27
Functionencode_macro_derive
(input: proc_macro::TokenStream)
tree-buf-macros/src/lib.rs:19
Methodencode_root
(&self, stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/types/nullable.rs:6
Methodencode_root
(&self, _stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/types/boolean.rs:10
Methodencode_root
(&self, stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/types/hashmap.rs:9
Methodencode_root
(&self, stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/types/array.rs:7
Methodencode_root
(&self, stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/types/string.rs:37
Methodencode_root
(&self, _stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/types/ignore.rs:9
Methodencode_root
(&self, stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/rust_std/smart_pointers.rs:14
Functionencode_root_sint
(value: i64, bytes: &mut Vec<u8>)
tree-buf/src/internal/types/integer.rs:356
Functionenum_with_vec
()
tree-buf/tests/round_trip.rs:404
Functionexpect_schema_mismatch
()
tree-buf/tests/schema_mismatches.rs:6
Methodfast_size_for
(&self, data: &[T], options: &O)
tree-buf/src/internal/encodings/dictionary.rs:123
Methodfast_size_for
(&self, data: &[bool], _options: &O)
tree-buf/src/internal/types/boolean.rs:62
Methodfast_size_for
(&self, data: &[T], _options: &O)
tree-buf/src/internal/types/string.rs:180
Methodfast_size_for
(&self, compressor: usize, data: &[T], options: &O)
tree-buf/src/internal/types/tuple.rs:192
Methodfast_size_for
(&self, data: &[u32], options: &O)
tree-buf/src/internal/types/integer.rs:466
Methodfast_size_for_all
(values: &[bool], options: &O)
tree-buf/src/internal/types/boolean.rs:53
Functionfast_size_for_array
(_data: &[T], _max: T, _options: O)
tree-buf/src/internal/types/integer.rs:35
Functionfixed_array_to_vec
()
tree-buf/tests/schema_migrations.rs:46
Functionfixed_arrays
()
tree-buf/tests/round_trip.rs:397
Functionfloat32_vec
()
tree-buf/tests/round_trip.rs:109
Functionfloat64_vec
()
tree-buf/tests/round_trip.rs:103
Methodflush
(self, stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/types/nullable.rs:42
Methodflush
(self, stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/types/boolean.rs:47
Methodflush
(self, _stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/types/ignore.rs:26
Methodflush
(self, stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/rust_std/smart_pointers.rs:37
Methodfmt
(&self, f: &mut Formatter<'_>)
tree-buf/src/internal/error.rs:20
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
tree-buf/src/internal/branch/array_branch.rs:12
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
tree-buf/src/experimental/stats.rs:54
Methodfrom
(_value: std::str::Utf8Error)
tree-buf/src/internal/error.rs:33
Methodfrom
(value: &'a [u8])
tree-buf/src/internal/branch/array_branch.rs:19
Functionget_delta_zigs
TODO: Use second-stack
tree-buf/src/internal/types/integer.rs:437
Functionignores
()
tree-buf/tests/round_trip.rs:196
Functionint_to_bool_nested
()
tree-buf/tests/round_trip.rs:452
Functionint_vec
()
tree-buf/tests/round_trip.rs:98
Functionints_root
()
tree-buf/tests/round_trip.rs:76
Functionitem
()
tree-buf/tests/round_trip.rs:154
Functionitem_vec
()
tree-buf/tests/round_trip.rs:162
Functionlarge_structs
()
tree-buf/tests/round_trip.rs:265
← previousnext →101–200 of 262, ranked by callers