Searched refs:is_json_object (Results 1 – 2 of 2) sorted by relevance
123 Element(Element* parent, bool is_json_object) in Element() argument126 is_json_object_(is_json_object) {} in Element()140 bool is_json_object() const { return is_json_object_; } in is_json_object() function
180 if (!name.empty() || element()->is_json_object()) { in WritePrefix()