Searched refs:jsonDeep_ (Results 1 – 2 of 2) sorted by relevance
117 if (jsonDeep_ != 0) { in GetDeep()118 return jsonDeep_; in GetDeep()120 jsonDeep_ = GetDeep(cjson_); in GetDeep()121 return jsonDeep_; in GetDeep()127 jsonDeep_ = 0; in GetDeep()137 jsonDeep_ = depth; in GetDeep()723 jsonDeep_ = 0;750 return jsonDeep_;755 return jsonDeep_;
115 int jsonDeep_ = 0; variable