Searched refs:IDStr (Results 1 – 3 of 3) sorted by relevance
79 const IDStr* iter = fListenTo.begin(); in inflate()80 const IDStr* stop = fListenTo.end(); in inflate()123 void SkViewInflate::addIDStr(SkTDArray<IDStr>* list, SkView* view, const char* str) in addIDStr()126 IDStr* pair = list->append(); in addIDStr()135 const IDStr* iter = fListenTo.begin(); in dump()136 const IDStr* stop = fListenTo.end(); in dump()
59 struct IDStr { struct63 SkTDArray<IDStr> fListenTo, fBroadcastTo; argument66 void addIDStr(SkTDArray<IDStr>* list, SkView*, const char* str);
806 StringRef IDStr; in parseDirectiveZerofill() local807 if (getParser().parseIdentifier(IDStr)) in parseDirectiveZerofill()811 MCSymbol *Sym = getContext().getOrCreateSymbol(IDStr); in parseDirectiveZerofill()