Lines Matching defs:Pair
47 Pair* pair = fArray.insert(~index);
51 pair->fName = copy;
52 pair->fValue = value;
87 const Pair* end = fArray.end();
88 for (const Pair* pair = fArray.begin(); pair < end; pair++) {
89 if (pair->fValue != value)
91 *name = pair->fName;
98 struct Pair {
102 friend int operator<(const Pair& a, const Pair& b)
106 friend int operator!=(const Pair& a, const Pair& b)
134 const Pair* fIter;
135 const Pair* fStop;
139 SkTDArray<Pair> fArray;
155 index = SkStrSearch(&fArray.begin()->fName, count, name, len, sizeof(Pair));