Searched refs:SomeType (Results 1 – 3 of 3) sorted by relevance
19 enum SomeType : uint8_t {
680 struct SomeType {}; in TEST_F() struct681 static_assert(sizeof(hidl_vec<SomeType>) == 16); in TEST_F()684 uninitTest<hidl_vec<SomeType>, 13, 16>(); in TEST_F()
803 R"(rust_type "package::SomeType";)"); in TEST_P()