Home
last modified time | relevance | path

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

/system/tools/hidl/hidl2aidl/
DAidlTranslate.cpp180 std::string affix = (scalarType->getKind() == ScalarType::KIND_UINT64) ? "L" : ""; in h2aScalarChecks() local
182 ? std::to_string(it->second.second) + affix in h2aScalarChecks()