Lines Matching defs:PropertyDotString
268 std::string PropertyDotString;
273 PropertyDotString = ").";
276 PropertyDotString = ".";
277 PropertyDotString += Prop->getName();
278 commit.replace(SpaceRange, PropertyDotString);
286 std::string PropertyDotString = ".";
287 PropertyDotString += Prop->getName();
288 PropertyDotString += " =";
301 PropertyDotString += " ";
303 commit.replace(Range, PropertyDotString);