Searched refs:isIdExistInValue (Results 1 – 1 of 1) sorted by relevance
247 bool isIdExistInValue = true; // if id exsit in the value string that get from db. in CutJsonBranch() local249 isIdExistInValue = cjsonObj.GetObjectItem("_id", errCode).IsNull() ? false : true; in CutJsonBranch()250 if (context_->ifShowId && !isIdExistInValue) { in CutJsonBranch()266 …if (singleCutPath[0] == KEY_ID && !isIdExistInValue) { // projection has Id, and its showType is t… in CutJsonBranch()