Home
last modified time | relevance | path

Searched defs:mutable (Results 1 – 23 of 23) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DunionTypeReadonly.js21 let mutable: Base | Mutable; variable
35 var mutable; variable
DintersectionTypeReadonly.js21 let mutable: Base & Mutable; variable
34 var mutable; variable
/third_party/rust/rust/src/tools/rustfmt/tests/target/
Dassignment.rs6 let mut mutable; in main() localVariable
/third_party/rust/rust/src/tools/rustfmt/tests/source/
Dassignment.rs6 let mut mutable; in main() localVariable
/third_party/typescript/tests/cases/conformance/types/union/
DunionTypeReadonly.ts20 let mutable: Base | Mutable; variable
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionTypeReadonly.ts20 let mutable: Base & Mutable; variable
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/loops/
Dwhile_immutable_condition.rs108 let mutable = self.cx.tcx.is_mutable_static(def_id); in insert_def_id() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/common/
Dmutable.py111 def mutable(input_data, dynamic_len=False): function
/third_party/rust/crates/cxx/syntax/
Dmod.rs208 pub mutable: bool, field
254 pub mutable: bool, field
262 pub mutable: bool, field
271 pub mutable: bool, field
Dcheck.rs275 let mutable = if ty.mutable { "mut " } else { "" }; in check_type_slice_ref() localVariable
Dparse.rs1159 let mutable = ty.mutability.is_some(); in parse_type_reference() localVariable
1201 let mutable = ty.mutability.is_some(); in parse_type_ptr() localVariable
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dlarge_types_passed_by_value.rs19 fn mutable(mut a: LargeAndCopy) {} in mutable() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dsort_items.rs132 let mutable: Vec<T> = old.into_iter().map(|it| builder.make_mut(it)).collect(); in add_rewrite() localVariable
Dgenerate_getter.rs89 mutable: bool, field
Ddestructure_tuple_binding.rs2053 fn mutable() { in mutable() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/item_tree/
Dlower.rs399 let mutable = static_.mut_token().is_some(); in lower_static() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Ddata.rs502 pub mutable: bool, field
Ditem_tree.rs663 pub mutable: bool, field
/third_party/rust/rust/src/rustdoc-json-types/
Dlib.rs715 pub mutable: bool, field
/third_party/rust/rust/compiler/rustc_hir_typeck/src/method/
Dsuggest.rs1942 let mutable = if let Some(AutorefOrPtrAdjustment::Autoref { mutbl, .. }) = in suggest_unwrapping_inner_self() localVariable
/third_party/python/Lib/test/
Dtest_typing.py5369 y: typing.Union[int, Annotated[T, "mutable"]]): ...
/third_party/typescript/lib/
Dlib.webworker.d.ts5919 mutable?: boolean; property
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts5899 mutable?: boolean; property