Home
last modified time | relevance | path

Searched defs:match_vec (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/tint/src/
Dintrinsic_table.cc332 bool match_vec(const sem::Type* ty, Number& N, const sem::Type*& T) { in match_vec() function
352 bool match_vec(const sem::Type* ty, const sem::Type*& T) { in match_vec() function
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs2107 let mut match_vec: Vec<_> = (0..99).collect(); in starts_with_diff_one_element_at_end() localVariable
2127 let mut match_vec: Vec<_> = (0..100).collect(); in ends_with_diff_one_element_at_beginning() localVariable