Home
last modified time | relevance | path

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

/aosp12/system/tools/hidl/
H A DType.h175 std::string getCppTypeCast(const std::string& objName,
H A DType.cpp644 std::string Type::getCppTypeCast(const std::string& objName, bool specifyNamespaces) const { in getCppTypeCast() function in android::Type
H A DCompoundType.cpp230 << "std::to_string(" << getUnionDiscriminatorType()->getCppTypeCast(value) in emitSafeUnionUnknownDiscriminatorError()
254 << discriminatorType->getCppTypeCast(name + ".getDiscriminator()") in emitSafeUnionReaderWriterForInterfaces()