Home
last modified time | relevance | path

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

/aosp12/system/tools/hidl/hidl2aidl/
H A DAidlTranslate.cpp244 std::string cppSize; in containerTranslation() local
249 cppSize = "sizeof(in." + field.fullName + ")/sizeof(in." + field.fullName + "[0])"; in containerTranslation()
254 cppSize = "in." + field.fullName + ".size()"; in containerTranslation()
290 out << "size_t size = " << cppSize << ";\n"; in containerTranslation()