Searched refs:cppValue (Results 1 – 7 of 7) sorted by relevance
108 std::string cppValue() const;114 std::string cppValue(ScalarType::Kind castKind) const;
103 arrayType += ", " + mSizes[i]->cppValue(); in getCppType()126 result += mSizes[i]->cppValue(); in getInternalDataCppType()
333 std::string value = entry->cppValue(scalarType->getKind()); in emitTypeDeclarations()793 std::string value = entry->cppValue(scalarType->getKind()); in emitExportedHeader()823 std::string EnumValue::cppValue(ScalarType::Kind castKind) const { in cppValue() function in android::EnumValue825 return mValue->cppValue(castKind); in cppValue()
414 std::string ConstantExpression::cppValue() const { in cppValue() function in android::ConstantExpression415 return cppValue(mValueKind); in cppValue()418 std::string ConstantExpression::cppValue(ScalarType::Kind castKind) const { in cppValue() function in android::ConstantExpression
156 std::string cppValue(ScalarType::Kind castKind) const;
1113 out << " | " << Interface::FLAG_ONE_WAY->cppValue(); in generateStaticProxyMethodSource()1116 out << " | " << Interface::FLAG_CLEAR_BUF->cppValue(); in generateStaticProxyMethodSource()
303 [](const auto& e) { return e->cppValue(); }); in fillHashChainMethod()