Home | History | Annotate | Download | only in batches

Lines Matching defs:string

15     SkString string;
16 string.printf("PATH: 0x%p", fPath.get());
17 return string;
33 SkString string;
34 string.printf("RANGE: 0x%p COUNTS: [", fPathRange.get());
36 string.appendf("%d, ", iter.get()->fInstanceData->count());
38 string.remove(string.size() - 2, 2);
39 string.append("]");
40 return string;