Home
last modified time | relevance | path

Searched defs:test_vec (Results 1 – 15 of 15) sorted by relevance

/third_party/rust/rust/tests/ui/statics/
Dstatic-recursive.rs19 let mut test_vec = Vec::new(); in main() localVariable
28 let mut test_vec = Vec::new(); in main() localVariable
/third_party/rust/rust/tests/ui/binding/
Dexpr-match-generic-unique2.rs11 fn test_vec() { in test_vec() function
/third_party/rust/rust/tests/ui/box/unit/
Dexpr-block-generic-unique2.rs9 fn test_vec() { in test_vec() function
/third_party/rust/crates/os_str_bytes/tests/
Drandom.rs29 fn test_vec() -> Result<(), getrandom::Error> { in test_vec() function
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dneedless_collect_indirect.rs87 let test_vec: Vec<()> = vec![]; in direct_mapping_with_used_mutable_reference() localVariable
95 let test_vec: Vec<()> = vec![]; in indirectly_mapping_with_used_mutable_reference() localVariable
104 let test_vec: Vec<()> = vec![]; in indirect_collect_after_indirect_mapping_with_used_mutable_reference() localVariable
/third_party/rust/rust/tests/ui/typeck/
Dissue-73592-borrow_mut-through-deref.rs37 fn test_vec(s: &Vec<RefCell<()>>) { in test_vec() function
/third_party/rust/rust/tests/ui/fn/
Dexpr-fn.rs9 fn test_vec() { in test_vec() function
/third_party/rust/rust/tests/ui/threads-sendsync/
Dtask-comm-16.rs23 fn test_vec() { in test_vec() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/mbe/
Dregression.rs12 fn test_vec() { in test_vec() function
/third_party/rust/crates/cxx/tests/
Dtest.rs167 let test_vec = [86_u8, 75_u8, 30_u8, 9_u8].to_vec(); in test_c_take() localVariable
/third_party/rust/crates/serde/test_suite/tests/
Dtest_ser.rs177 fn test_vec() { in test_vec() function
Dtest_de.rs1055 fn test_vec() { in test_vec() function
/third_party/alsa-utils/axfer/test/
Dmapper-test.c386 char **test_vec; in test_n_buf() local
/third_party/gn/src/gn/
Danalyzer.cc34 std::vector<Label> test_vec; member
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dinlined_vector_benchmark.cc430 TestVecFn test_vec) { in BatchedBenchmark()