reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
573 LineStart = Buffer.substr(LineOffset); 575 LineStart = Buffer.substr(LineOffset, FirstSpace - LineOffset); 579 if (LineStart == "<<<<<<<" || LineStart == ">>>>") { 579 if (LineStart == "<<<<<<<" || LineStart == ">>>>") { 581 } else if (LineStart == "|||||||" || LineStart == "=======" || 581 } else if (LineStart == "|||||||" || LineStart == "=======" || 582 LineStart == "====") { 584 } else if (LineStart == ">>>>>>>" || LineStart == "<<<<") { 584 } else if (LineStart == ">>>>>>>" || LineStart == "<<<<") {