Home
last modified time | relevance | path

Searched refs:lType (Results 1 – 1 of 1) sorted by relevance

/system/tools/aidl/
Daidl_unittest.cpp1531 const AidlConstantValue::Type lType = static_cast<AidlConstantValue::Type>(l), in TEST_F() local
1533 const auto typeItor = compatibleTypesMap.find(lType); in TEST_F()
1537 isCompatibleOperandType || (lType == AidlConstantValue::Type::FLOATING && in TEST_F()
1540 AidlBinaryConstExpression::AreCompatibleOperandTypes(lType, rType)) in TEST_F()
1541 << AidlConstantValue::ToString(lType) << ", " << AidlConstantValue::ToString(rType); in TEST_F()
1543 AidlBinaryConstExpression::AreCompatibleArrayTypes(lType, rType)) in TEST_F()
1544 << AidlConstantValue::ToString(lType) << ", " << AidlConstantValue::ToString(rType); in TEST_F()