Lines Matching defs:PropertyDotString
269 std::string PropertyDotString;
274 PropertyDotString = ").";
277 PropertyDotString = ".";
278 PropertyDotString += Prop->getName();
279 commit.replace(SpaceRange, PropertyDotString);
287 std::string PropertyDotString = ".";
288 PropertyDotString += Prop->getName();
289 PropertyDotString += " =";
302 PropertyDotString += " ";
304 commit.replace(Range, PropertyDotString);