Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_unittest.cpp1533 const auto typeItor = compatibleTypesMap.find(lType); in TEST_F() local
1534 const bool isCompatibleOperandType = typeItor != compatibleTypesMap.end() && in TEST_F()
1535 typeItor->second.find(rType) != typeItor->second.end(); in TEST_F()