Searched refs:CMK_Perforce (Results 1 – 2 of 2) sorted by relevance
39 CMK_Perforce enumerator
2611 const char *Terminator = CMK == CMK_Perforce ? "<<<<\n" : ">>>>>>>"; in FindConflictEnd()2612 size_t TermLen = CMK == CMK_Perforce ? 5 : 7; in FindConflictEnd()2648 ConflictMarkerKind Kind = *CurPtr == '<' ? CMK_Normal : CMK_Perforce; in IsStartOfConflictMarker()