MCPcopy Create free account

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

Functions262 in github.com/That3Percent/tree-buf

Functionlong_bool_runs
()
tree-buf/tests/round_trip.rs:440
Functionlossy_f64_vec
()
tree-buf/tests/round_trip.rs:115
Methodlossy_float_tolerance
(&self)
tree-buf/src/internal/options.rs:74
Functionmap_0_root
()
tree-buf/tests/round_trip.rs:350
Functionmap_1_root
()
tree-buf/tests/round_trip.rs:357
Functionmap_n_root
()
tree-buf/tests/round_trip.rs:364
Functionmaps_array
()
tree-buf/tests/round_trip.rs:373
Functionmaps_void
()
tree-buf/tests/round_trip.rs:387
Methodmax_value
()
tree-buf/src/internal/types/integer.rs:23
Methodmin_value
()
tree-buf/src/internal/types/integer.rs:20
Functionmismatched_root
()
tree-buf/tests/schema_mismatches.rs:17
Functionmissnamed_obj_field
()
tree-buf/tests/schema_mismatches.rs:22
Functionmixed_void_and_single
()
tree-buf/tests/enums.rs:66
Functionneg_deltas
()
tree-buf/src/internal/types/integer.rs:574
Functionnested_float_vec
()
tree-buf/tests/round_trip.rs:140
Functionnested_strings_using_rle
()
tree-buf/tests/round_trip.rs:433
Methodnew
()
tree-buf/src/internal/buffer.rs:47
Methodnew
()
tree-buf/src/internal/markers.rs:14
Methodnew
(bytes: &'a mut Vec<u8>, lens: &'a mut Vec<usize>, options: &'a O)
tree-buf/src/internal/encoder_decoder.rs:14
Methodnew
( runs: Box<DynArrayBranch<'_>>, values: Box<DynArrayBranch<'_>>, options: &impl Decod
tree-buf/src/internal/encodings/rle.rs:58
Methodnew
( indexes: Box<DynArrayBranch<'_>>, values: Box<DynArrayBranch<'_>>, options: &impl De
tree-buf/src/internal/encodings/dictionary.rs:36
Methodnew
(sticks: DynArrayBranch<'_>, options: &impl DecodeOptions)
tree-buf/src/internal/types/nullable.rs:65
Methodnew
(sticks: DynArrayBranch<'_>, options: &impl DecodeOptions)
tree-buf/src/internal/types/hashmap.rs:131
Methodnew
(sticks: DynArrayBranch<'_>, options: &impl DecodeOptions)
tree-buf/src/internal/types/array.rs:123
Methodnew
(_max: T)
tree-buf/src/internal/types/integer.rs:406
Methodnew
(sticks: DynArrayBranch<'_>, options: &impl DecodeOptions)
tree-buf/src/internal/rust_std/smart_pointers.rs:46
Methodnew
(bytes: &[u8], offset: &mut usize, len: usize, signed: bool)
tree-buf/src/internal/branch/root_branch.rs:249
Methodnew_infallible
(sticks: DynArrayBranch<'_>, options: &impl DecodeOptions)
tree-buf/src/internal/types/boolean.rs:90
Methodnew_infallible
(sticks: DynArrayBranch<'_>, options: &impl DecodeOptions)
tree-buf/src/internal/types/string.rs:103
Methodnew_infallible
(_sticks: DynArrayBranch<'_>, _options: &impl DecodeOptions)
tree-buf/src/internal/types/ignore.rs:34
Methodnew_infallible
(_sticks: DynArrayBranch<'_>, _options: &impl DecodeOptions)
tree-buf/src/internal/rust_std/usize_.rs:9
Methodnext
(&mut self)
tree-buf/src/internal/encodings/dictionary.rs:20
Functionnullable_array
()
tree-buf/tests/round_trip.rs:169
Functionopts_root
()
tree-buf/tests/round_trip.rs:65
Functionoverride_decode_options
(options: impl DecodeOptions, overrides: impl DecodeOptionsOverride)
tree-buf/src/internal/options.rs:105
Functionoverride_encode_options
TODO: Move the remainder here into the macro
tree-buf/src/internal/options.rs:88
Functionpub_vis
()
tree-buf/tests/enums.rs:29
Methodput_buffer
(&self, buffer: Buffer<T>)
tree-buf/src/experimental/scratch.rs:16
Functionround_trip
()
tree-buf/src/internal/encodings/delta.rs:29
Functionround_trip_default
(root_size: i32, array_size: i32)
tree-buf/tests/common/mod.rs:41
Functionround_trip_packed_bool
()
tree-buf/src/internal/encodings/packed_bool.rs:58
Functionscratch
A re-usable object which may increase performance when encoding over and over again in a loop. Avoids allocations
tree-buf/src/experimental/scratch.rs:23
Functionselects_correct_discriminant
()
tree-buf/tests/enums.rs:17
Functionsimple_deltas
()
tree-buf/src/internal/types/integer.rs:566
Functionsize_breakdown
When used on a valid Tree-Buf file, details how each byte is allocated. The output is not meant to be parseable. Instead, this should only be used for
tree-buf/src/experimental/stats.rs:269
Functionsize_for
(data: impl Iterator<Item = f64>)
tree-buf/src/internal/encodings/gorilla_new.rs:13
Functionsmall_structs
()
tree-buf/tests/round_trip.rs:255
Functionstrings_using_dictionary
()
tree-buf/tests/round_trip.rs:418
Methodtake_buffer
(&self)
tree-buf/src/experimental/scratch.rs:13
Functiontest_prefix
()
tree-buf/src/internal/encodings/varint.rs:333
Functiontest_suffix
()
tree-buf/src/internal/encodings/varint.rs:357
Functiontuples_reduce_error_size
()
tree-buf/tests/error_sizes.rs:7
Functionunnamed_field_one_variant
()
tree-buf/tests/enums.rs:7
Functionunused_variations_do_not_affect_size
()
tree-buf/tests/enums.rs:39
Functionvarints
(c: &mut Criterion)
tree-buf/benches/float_list.rs:23
Functionvarious_types
()
tree-buf/tests/round_trip.rs:228
Functionvisibility_modifiers
()
tree-buf/tests/round_trip.rs:174
Functionvisit_all
(root: &DynRootBranch<'_>, visitor: &mut impl Visitor)
tree-buf/src/internal/branch/visitor.rs:8
Methodvisit_array
(&mut self, array: &DynArrayBranch<'_>)
tree-buf/src/internal/branch/visitor.rs:5
Functionvoid_value
()
tree-buf/tests/enums.rs:55
Functionwrapping_deltas
()
tree-buf/src/internal/types/integer.rs:582
Functionwrong_tuple_length
()
tree-buf/tests/schema_mismatches.rs:36
← previous201–262 of 262, ranked by callers