Searched refs:cppValue (Results 1 – 7 of 7) sorted by relevance
108 std::string cppValue() const;114 std::string cppValue(ScalarType::Kind castKind) const;
300 std::string value = entry->cppValue(scalarType->getKind()); in emitTypeDeclarations()760 std::string value = entry->cppValue(scalarType->getKind()); in emitExportedHeader()790 std::string EnumValue::cppValue(ScalarType::Kind castKind) const { in cppValue() function in android::EnumValue792 return mValue->cppValue(castKind); in cppValue()
103 arrayType += ", " + mSizes[i]->cppValue(); in getCppType()126 result += mSizes[i]->cppValue(); in getInternalDataCppType()
408 std::string ConstantExpression::cppValue() const { in cppValue() function in android::ConstantExpression409 return cppValue(mValueKind); in cppValue()412 std::string ConstantExpression::cppValue(ScalarType::Kind castKind) const { in cppValue() function in android::ConstantExpression
154 std::string cppValue(ScalarType::Kind castKind) const;
299 [](const auto& e) { return e->cppValue(); }); in fillHashChainMethod()
1098 out << ", " << Interface::FLAG_ONE_WAY->cppValue(); in generateStaticProxyMethodSource()