Searched refs:GetRawCppName (Results 1 – 1 of 1) sorted by relevance
140 std::string GetRawCppName(const AidlTypeSpecifier& type) { in GetRawCppName() function187 return "::android::sp<" + GetRawCppName(type) + ">"; in GetCppName()190 return WrapIfNullable(GetRawCppName(type), raw_type, typenames); in GetCppName()209 return GetRawCppName(type) + "::" + raw_value.substr(raw_value.find_last_of('.') + 1); in ConstantValueDecorator()279 return GetRawCppName(type) + "::asBinder(" + variable_name + ")"; in ParcelWriteCastOf()