Home
last modified time | relevance | path

Searched defs:MyArray (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/rust/tests/rustdoc/deref/
Dderef-slice-core.rs12 pub struct MyArray<T> { struct
16 impl<T> Deref for MyArray<T> { argument
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/array_literals/
Darray_literal_2.ts26 let MyArray: { variable
Darray_literal_1.ts27 interface MyArray { interface
/third_party/typescript/tests/cases/compiler/
DimplementArrayInterface.ts1 declare class MyArray<T> implements Array<T> { class
/third_party/rust/rust/tests/ui/const-generics/issues/
Dissue-80375.rs1 struct MyArray<const COUNT: usize>([u8; COUNT + 1]); struct
/third_party/jerryscript/tests/jerry/es2015/
Darray-species.js26 class MyArray extends Array { } class
/third_party/googletest/googletest/test/
Dgoogletest-list-tests-unittest_.cc111 class MyArray {}; class