Searched refs:BPre (Results 1 – 2 of 2) sorted by relevance
66 BPre = BPrefixes.begin(), in CompareOptionRecords() local69 BPre != BEPre; in CompareOptionRecords()70 ++APre, ++BPre) { in CompareOptionRecords()71 if (int Cmp = StrCmpOptionName(APre->c_str(), BPre->c_str())) in CompareOptionRecords()
64 * const *BPre = B.Prefixes; in operator <() local65 *APre != nullptr && *BPre != nullptr; ++APre, ++BPre){ in operator <()66 if (int N = StrCmpOptionName(*APre, *BPre)) in operator <()