Searched refs:templatedTypeName (Results 1 – 10 of 10) sorted by relevance
30 std::string templatedTypeName() const override;
31 std::string templatedTypeName() const override;
29 std::string FmqType::templatedTypeName() const { in templatedTypeName() function in android::FmqType
29 std::string RefType::templatedTypeName() const { in templatedTypeName() function in android::RefType
34 std::string templatedTypeName() const override;
170 std::string templatedTypeName() const override;
387 virtual std::string templatedTypeName() const = 0;
30 std::string VectorType::templatedTypeName() const { in templatedTypeName() function in android::VectorType
769 return templatedTypeName() + " of " + mElementType->typeName(); in typeName()
807 std::string BitFieldType::templatedTypeName() const { in templatedTypeName() function in android::BitFieldType