Searched defs:needDelete (Results 1 – 2 of 2) sorted by relevance
38 JsonNode::JsonNode(const std::string &str, bool needDelete) : JsonNode(cJSON_Parse(str.c_str()), ne… in JsonNode()66 JsonNode::JsonNode(const cJSON *root, bool needDelete) in JsonNode()77 void JsonNode::Init(const cJSON *root, bool needDelete) in Init()
31 bool needDelete = false; in AnalysisFaultlog() local