Searched refs:cppSize (Results 1 – 1 of 1) sorted by relevance
244 std::string cppSize; in containerTranslation() local249 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()