Searched refs:ownedName (Results 1 – 2 of 2) sorted by relevance
613 PyNamedAttribute(MlirAttribute attr, std::string ownedName);623 std::unique_ptr<std::string> ownedName;
1135 PyNamedAttribute::PyNamedAttribute(MlirAttribute attr, std::string ownedName) in PyNamedAttribute() argument1136 : ownedName(new std::string(std::move(ownedName))) { in PyNamedAttribute()1137 namedAttr = mlirNamedAttributeGet(toMlirStringRef(*this->ownedName), attr); in PyNamedAttribute()