Searched defs:found2 (Results 1 – 2 of 2) sorted by relevance
1363 const found2 = array1.findLast((element: number) => element > 200); constant1400 const found2 = array1.findLastIndex((element: number) => element > 200); constant
186 bool found2 = false; in TEST_F() local