| 68 | } |
| 69 | |
| 70 | void ParseMap() { |
| 71 | Consumer->OnBeginMap(); |
| 72 | ParseMapFragment(EndMapSymbol); |
| 73 | TBase::SkipCharToken(EndMapSymbol); |
| 74 | Consumer->OnEndMap(); |
| 75 | } |
| 76 | |
| 77 | void ParseList() { |
| 78 | Consumer->OnBeginList(); |
nothing calls this directly
no test coverage detected