Home
last modified time | relevance | path

Searched defs:Array3 (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/
H A Dqc_serious.rs113 struct Array3<A: Arbitrary>([A; 3]); struct
122 impl<A: Arbitrary> Arbitrary for Array3<A> { implementation
/aosp_15_r20/external/eigen/test/
H A Dgeo_eulerangles.cpp63 typedef Array<Scalar,3,1> Array3; in eulerangles() typedef
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_array.cpp414 typedef Array<uint16_t, 100, uint16_t> Array3; in TestArrayIndexType() typedef
/aosp_15_r20/external/eigen/unsupported/test/
H A DEulerAngles.cpp233 typedef Array<Scalar,3,1> Array3; in eulerangles_rand() typedef