Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Dwriter.h65 os_(&os), level_stack_(stackAllocator, levelDepth * sizeof(Level)), hasRoot_(false) {}
69 os_(0), level_stack_(allocator, levelDepth * sizeof(Level)), hasRoot_(false) {}
91 hasRoot_ = false; in Reset()
100 return hasRoot_ && level_stack_.Empty(); in IsComplete()
332 RAPIDJSON_ASSERT(!hasRoot_); // Should only has one and only one root. in Prefix()
333 hasRoot_ = true; in Prefix()
339 bool hasRoot_; variable
Dprettywriter.h182 RAPIDJSON_ASSERT(!Base::hasRoot_); // Should only has one and only one root. in PrettyPrefix()
183 Base::hasRoot_ = true; in PrettyPrefix()