Searched refs:hasRoot_ (Results 1 – 2 of 2) sorted by relevance
100 …cator, levelDepth * sizeof(Level)), maxDecimalPlaces_(kDefaultMaxDecimalPlaces), hasRoot_(false) {}104 …cator, levelDepth * sizeof(Level)), maxDecimalPlaces_(kDefaultMaxDecimalPlaces), hasRoot_(false) {}126 hasRoot_ = false; in Reset()135 return hasRoot_ && level_stack_.Empty(); in IsComplete()452 RAPIDJSON_ASSERT(!hasRoot_); // Should only has one and only one root. in Prefix()453 hasRoot_ = true; in Prefix()467 bool hasRoot_; variable
229 RAPIDJSON_ASSERT(!Base::hasRoot_); // Should only has one and only one root. in PrettyPrefix()230 Base::hasRoot_ = true; in PrettyPrefix()