Searched refs:CreatorName (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aidl/
H A DType.cpp209 Type::CreatorName() const function in class:Type
521 StringType::CreatorName() const function in class:StringType
585 CharSequenceType::CreatorName() const function in class:CharSequenceType
914 UserDataType::CreatorName() const function in class:UserDataType
1139 m_creator(args[0]->CreatorName())
1144 GenericListType::CreatorName() const function in class:GenericListType
1158 if (m_creator == STRING_TYPE->CreatorName()) {
1160 } else if (m_creator == IBINDER_TYPE->CreatorName()) {
1171 if (m_creator == STRING_TYPE->CreatorName()) {
1174 } else if (m_creator == IBINDER_TYPE->CreatorName()) {
[all...]
H A DType.h44 virtual string CreatorName() const;
191 virtual string CreatorName() const;
218 virtual string CreatorName() const;
361 virtual string CreatorName() const;
452 virtual string CreatorName() const;

Completed in 60 milliseconds