Home
last modified time | relevance | path

Searched refs:hasRoot_ (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dwriter.h100 …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
H A Dprettywriter.h229 RAPIDJSON_ASSERT(!Base::hasRoot_); // Should only has one and only one root. in PrettyPrefix()
230 Base::hasRoot_ = true; in PrettyPrefix()