Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/
H A Dqc_serious.rs111 struct Array2<A: Arbitrary>([A; 2]); struct
117 impl<A: Arbitrary> Arbitrary for Array2<A> { implementation
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dkindof.m408 @interface Array2<T1, T2, T3> : NSObject interface
411 @interface Array2<T, T, __kindof I1*>(extensions2) // expected-error{{expected type parameter name}… interface in extensions2
/aosp_15_r20/external/swiftshader/third_party/subzero/crosstest/
H A Dtest_global.cpp37 double Array2[3]; member
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_array.cpp413 typedef Array<uint16_t, 256> Array2; in TestArrayIndexType() typedef
/aosp_15_r20/external/llvm/unittests/ADT/
H A DArrayRefTest.cpp41 ArrayRef<uint16_t> Array2 = makeArrayRef(Words2, 5); in TEST() local
/aosp_15_r20/external/freetype/src/otvalid/
H A Dotvgpos.c112 FT_UInt Array1, Array2; in otv_u_O_O_u_O_O() local
/aosp_15_r20/external/clang/lib/AST/
H A DASTImporter.cpp452 const ArrayType *Array2) { in IsArrayStructurallyEquivalent()
563 const ConstantArrayType *Array2 = cast<ConstantArrayType>(T2); in IsStructurallyEquivalent() local
581 const VariableArrayType *Array2 = cast<VariableArrayType>(T2); in IsStructurallyEquivalent() local
594 const DependentSizedArrayType *Array2 = cast<DependentSizedArrayType>(T2); in IsStructurallyEquivalent() local