Home | History | Annotate | Download | only in yaml2obj

Lines Matching refs:IsDone

57   bool IsDone;
60 : Current(C.begin()), End(C.end()), IsDone(false) {
66 hex_pair_iterator() : Current(), End(), IsDone(true) {}
75 IsDone = true;
88 IsDone = true;
93 return (IsDone == Other.IsDone) ||