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