MCPcopy Create free account

hub / github.com/dcSpark/cddl-codegen / functions

Functions1,061 in github.com/dcSpark/cddl-codegen

Functionparse_comment_newtype_and_name_and_used_as_key
()
src/comment_ast.rs:343
Functionparse_comment_newtype_and_name_inverse
()
src/comment_ast.rs:383
Functionparse_comment_newtype_getter_after
()
src/comment_ast.rs:303
Functionparse_comment_newtype_getter_before
()
src/comment_ast.rs:283
Functionparse_comment_noalias_newtype
()
src/comment_ast.rs:444
Functionparse_comment_used_as_key
()
src/comment_ast.rs:363
Methodpass_read_len
(&self)
src/generation.rs:236
Functionplain
()
tests/rust-wasm-split/tests.rs:38
Functionplain
()
tests/core/tests.rs:297
Functionplain_arrays
()
tests/core/tests.rs:302
Functionplain_arrays
()
tests/preserve-encodings/tests.rs:1380
Functionpreserve_encodings
()
src/tests/integration_tests.rs:2731
Functionpreserve_encodings_supports_floats
()
src/tests/integration_tests.rs:2516
Functionrange_check_err
(e: &str, min: Option<i128>, max: Option<i128>, return_err: bool)
src/generation.rs:4030
Functionraw_bytes
()
src/tests/integration_tests.rs:3643
Functionraw_bytes_encoding_reject
()
tests/raw-bytes/tests.rs:44
Functionraw_bytes_encoding_round_trip
()
tests/raw-bytes/tests.rs:24
Functionraw_bytes_preserve
()
src/tests/integration_tests.rs:3663
Methodread
(&self)
static/serialization_preserve.rs:14
Methodread
(&self)
static/serialization_non_preserve.rs:14
Methodread
(&self)
tests/extern-dep-crate/src/serialization.rs:34
Methodread_elems
Marks {n} values as being read, and if we go past the available definite length given by the CBOR, we return an error.
static/serialization_preserve.rs:20
Methodread_elems
Marks {n} values as being read, and if we go past the available definite length given by the CBOR, we return an error.
static/serialization_non_preserve.rs:20
Methodrecord_first_cbor_types
The set of CBOR types the first data item of a record-representation arm can take, used for enum dispatch. Arrays are positional: only the first (non-
src/intermediate.rs:2524
Functionreference_codec_differential_self_check
()
src/tests/integration_tests.rs:413
Functionremove
(path: &[&str])
src/cargo_manifest.rs:619
Functionrerun_is_byte_identical
()
src/cargo_manifest.rs:645
Functionreserved_rule_name_rejects_gracefully_not_panics
()
src/api.rs:294
Methodresolve_type
(args: &BTreeMap<&RustIdent, &RustType>, orig: &RustType)
src/intermediate.rs:3360
Functionreverse_maps
(b: &[u8])
static/emit_tests_encoding_fidelity.rs:308
Functionreviver
(_k: string, v: unknown, ctx?: { source: string })
cddl-matrix/project_golden_hex.ts:194
FunctionrunFuzz
(o: Opts)
check.ts:179
FunctionrunMatrixTypecheck
()
check.ts:195
FunctionrunSelfChecks
()
check.ts:109
FunctionrunVerify
(o: Opts)
check.ts:161
Functionrust_wasm_split
()
src/tests/integration_tests.rs:3589
Functionrustfmt_rejects_unparseable_source
()
src/tests/snapshot_tests.rs:441
Methodschema_name
()
static/ordered_hash_map_schemars.rs:4
Functionschema_validates_serialization
()
tests/json-float/tests.rs:17
Functionschemas_reject_wrong_shapes
()
tests/json/tests.rs:221
Functionschemas_validate_serialization
()
tests/json/tests.rs:181
Functionseed
(path: &[&str], v: &str)
src/cargo_manifest.rs:616
Functionseed_once_respects_existing_and_seeds_when_absent
()
src/cargo_manifest.rs:740
Methodserialization_prelude
The static serialization runtime prelude (concatenated from `static/serialization*.rs`) that `export` prepends to the root serialization.rs. Exposed s
src/generation.rs:1448
Functionset_overwrites_user_edited_tool_owned_key
()
src/cargo_manifest.rs:759
Methodset_ref
( refs: &mut BTreeMap<ModuleScope, BTreeMap<ModuleScope, BTreeSet<RustIdent>>>, types:
src/intermediate.rs:286
Functionsign_bounds
()
tests/core/tests.rs:748
Functionsign_bounds
()
tests/preserve-encodings/tests.rs:1085
Functionsign_partition_map_rep_generates_and_checks
()
src/tests/robustness_tests.rs:798
Functionsigned_ints
()
tests/core/tests.rs:426
Functionsigned_ints
()
tests/preserve-encodings/tests.rs:827
FunctionsortKeys
(_k: string, v: unknown)
cddl-matrix/lib.ts:103
Functionstr_wrapper
()
tests/json/tests.rs:18
Functionstring1632
()
tests/preserve-encodings/tests.rs:344
Functionstring64
()
tests/preserve-encodings/tests.rs:327
Functionstruct_array
()
tests/canonical/tests.rs:28
Functionstruct_array
()
tests/preserve-encodings/tests.rs:62
Functionstruct_map
()
tests/canonical/tests.rs:52
Functionstruct_map
()
tests/preserve-encodings/tests.rs:81
Functionstruct_wrapper
()
tests/json/tests.rs:76
Functionstructural_rejects
()
tests/canonical/tests.rs:559
Functionstructural_rejects
()
tests/core/tests.rs:52
Functiontable_arr_members
()
tests/canonical/tests.rs:195
Functiontable_arr_members
()
tests/core/tests.rs:346
Functiontable_arr_members
()
tests/preserve-encodings/tests.rs:198
Functiontable_holder
()
tests/json/tests.rs:115
Functiontable_type
(cli: &Cli)
src/generation.rs:4875
Functiontag_comment
(input: &str)
src/comment_ast.rs:193
Functiontag_custom_deserialize
(input: &str)
src/comment_ast.rs:182
Functiontag_custom_json
(input: &str)
src/comment_ast.rs:165
Functiontag_custom_serialize
(input: &str)
src/comment_ast.rs:171
Functiontag_name
(input: &str)
src/comment_ast.rs:131
Functiontag_newtype
(input: &str)
src/comment_ast.rs:139
Functiontag_no_alias
(input: &str)
src/comment_ast.rs:153
Functiontag_used_as_key
(input: &str)
src/comment_ast.rs:159
Functiontest_prelude_numbers
()
tests/core/tests.rs:416
Functiontests_wasm_hook_is_wired
()
tests/core/tests_wasm.rs:17
Functionthin_root_in_crate_extern_type_compiles
()
src/tests/integration_tests.rs:1869
Functionthin_root_seed_once
()
src/tests/integration_tests.rs:1677
Functionthin_root_wiring_survives
()
src/tests/integration_tests.rs:1765
Methodto_cbor_bytes
(&self)
static/serialization_non_force_canonical.rs:13
Methodto_cbor_bytes
(&self)
static/serialization_preserve_force_canonical.rs:63
Methodto_cbor_bytes
(&self)
tests/extern-dep-crate/src/serialization.rs:218
Methodto_len_sz
(&self, len: u64)
static/serialization_preserve_non_force_canonical.rs:14
Methodto_len_sz
(&self, len: u64, force_canonical: bool)
static/serialization_preserve_force_canonical.rs:14
Methodto_primitive_str_compare
Converts a literal to a valid rust comparison valid for comparisons e.g. Text can be &str to avoid creating a String
src/intermediate.rs:1027
Methodto_str_len_sz
(&self, len: u64)
static/serialization_preserve_non_force_canonical.rs:35
Methodto_str_len_sz
(&self, len: u64, force_canonical: bool)
static/serialization_preserve_force_canonical.rs:39
Functiontombstone_keeps_parent_with_other_keys
()
src/cargo_manifest.rs:706
Functiontombstone_removes_key_and_gcs_empty_parent
()
src/cargo_manifest.rs:687
Functiontop_level_arrays
()
tests/core/tests.rs:488
Functiontop_level_ranges
()
tests/core/tests.rs:836
Functiontop_level_ranges
()
tests/preserve-encodings/tests.rs:1171
Functiontry_ident_with_id
( intermediate_types: &IntermediateTypes, name: &CDDLIdent, value: u32, )
src/intermediate.rs:3433
Functiontuple_str
(strs: Vec<String>)
src/generation.rs:5423
Functiontype_choice
()
tests/canonical/tests.rs:345
Functiontype_choice
()
tests/preserve-encodings/tests.rs:381
Functiontype_choice
()
tests/comment-dsl/tests.rs:78
Functiontype_choice_0
()
tests/rust-wasm-split/tests.rs:48
Functiontype_choice_0
()
tests/core/tests.rs:359
← previousnext →901–1,000 of 1,061, ranked by callers