Home
last modified time | relevance | path

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

/aosp12/system/libhidl/
H A Dtest_main.cpp342 struct ConvertibleType { in TEST_F() struct
343 int val; in TEST_F()
345 explicit ConvertibleType(int val) : val(val) {} in TEST_F() function
347 bool operator==(const int& other) const { return val == other; } in TEST_F()