Searched refs:BPre (Results 1 – 2 of 2) sorted by relevance
61 BPre = BPrefixes.begin(), in CompareOptionRecords() local64 BPre != BEPre; in CompareOptionRecords()65 ++APre, ++BPre) { in CompareOptionRecords()66 if (int Cmp = StrCmpOptionName(APre->c_str(), BPre->c_str())) in CompareOptionRecords()
59 * const *BPre = B.Prefixes; in operator <() local60 *APre != 0 && *BPre != 0; ++APre, ++BPre) { in operator <()61 if (int N = StrCmpOptionName(*APre, *BPre)) in operator <()