Searched refs:ConvertibleType (Results 1 - 1 of 1) sorted by relevance

/system/libhidl/
H A Dtest_main.cpp284 struct ConvertibleType { struct
287 explicit ConvertibleType(int val) : val(val) {} function in struct:ConvertibleType
292 std::vector<ConvertibleType> input{
293 ConvertibleType(1), ConvertibleType(2), ConvertibleType(3),

Completed in 57 milliseconds