Home | History | Annotate | Download | only in Common

Lines Matching refs:Pairs

871   FOR_VECTOR (i, censor.Pairs)

874 if (CensorNode_CheckPath2(censor.Pairs[i].Head, item, include))
1217 if (censor.Pairs.Size() == 1)
1220 FString prefix = us2fs(censor.Pairs[0].Prefix);
1222 // UString prefix = censor.Pairs[0].Prefix;
1501 CRecordVector<CRefSortPair> pairs;
1515 pairs.Add(pair);
1537 pairs.Sort(CompareRefSortPair, NULL);
1539 for (i = 0; i < pairs.Size(); i++)
1541 FString phyPath = dirItems.GetPhyPath(pairs[i].Index);