Home
last modified time | relevance | path

Searched refs:templatedTypeName (Results 1 – 10 of 10) sorted by relevance

/system/tools/hidl/
DFmqType.h30 std::string templatedTypeName() const override;
DRefType.h31 std::string templatedTypeName() const override;
DFmqType.cpp29 std::string FmqType::templatedTypeName() const { in templatedTypeName() function in android::FmqType
DRefType.cpp29 std::string RefType::templatedTypeName() const { in templatedTypeName() function in android::RefType
DVectorType.h34 std::string templatedTypeName() const override;
DEnumType.h170 std::string templatedTypeName() const override;
DType.h387 virtual std::string templatedTypeName() const = 0;
DVectorType.cpp30 std::string VectorType::templatedTypeName() const { in templatedTypeName() function in android::VectorType
DType.cpp769 return templatedTypeName() + " of " + mElementType->typeName(); in typeName()
DEnumType.cpp807 std::string BitFieldType::templatedTypeName() const { in templatedTypeName() function in android::BitFieldType