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()67 JsonNode::JsonNode(const cJSON *root, bool needDelete) in JsonNode()78 void JsonNode::Init(const cJSON *root, bool needDelete) in Init()
49 bool needDelete = false; in AnalysisFaultlog() local