Searched refs:BPre (Results 1 – 2 of 2) sorted by relevance
64 BPre = BPrefixes.begin(), in CompareOptionRecords() local66 APre != AEPre && BPre != BEPre; ++APre, ++BPre) { in CompareOptionRecords()67 if (int Cmp = StrCmpOptionName(APre->str().c_str(), BPre->str().c_str())) in CompareOptionRecords()
74 * const *BPre = B.Prefixes; in operator <() local75 *APre != nullptr && *BPre != nullptr; ++APre, ++BPre){ in operator <()76 if (int N = StrCmpOptionName(*APre, *BPre)) in operator <()