Searched refs:templatedTypeName (Results 1 – 9 of 9) sorted by relevance
50 return getPlaceholderType(fmq.templatedTypeName() + "<" + in getAidlType()
34 std::string templatedTypeName() const override;
35 std::string FmqType::templatedTypeName() const { in templatedTypeName() function in android::FmqType
176 std::string templatedTypeName() const override;
365 virtual std::string templatedTypeName() const = 0;
30 std::string VectorType::templatedTypeName() const { in templatedTypeName() function in android::VectorType
740 return templatedTypeName() + " of " + mElementType->typeName(); in typeName()
846 std::string BitFieldType::templatedTypeName() const { in templatedTypeName() function in android::BitFieldType