HomeSort by relevance Sort by last modified time
    Searched refs:templatedTypeName (Results 1 - 10 of 10) sorted by null

  /system/tools/hidl/
FmqType.h 30 std::string templatedTypeName() const;
RefType.h 31 std::string templatedTypeName() const override;
FmqType.cpp 29 std::string FmqType::templatedTypeName() const {
RefType.cpp 29 std::string RefType::templatedTypeName() const {
VectorType.h 34 std::string templatedTypeName() const override;
EnumType.h 168 std::string templatedTypeName() const override;
Type.h 355 virtual std::string templatedTypeName() const = 0;
VectorType.cpp 30 std::string VectorType::templatedTypeName() const {
Type.cpp 759 return templatedTypeName() + " of " + mElementType->typeName();
EnumType.cpp 844 std::string BitFieldType::templatedTypeName() const {

Completed in 548 milliseconds