Home | History | Annotate | Download | only in rapidjson

Lines Matching refs:hr

1263             bool hr = (dst == IterativeParsingObjectInitialState) ? handler.StartObject() : handler.StartArray();

1265 if (!hr) {
1323 bool hr = handler.EndObject(c);
1325 if (!hr) {
1348 bool hr = handler.EndArray(c);
1350 if (!hr) {