Searched refs:granPaPath (Results 1 – 1 of 1) sorted by relevance
424 JsonFieldPath granPaPath = fatherPath; in JsonValueReplace() local425 if (!granPaPath.empty()) { in JsonValueReplace()426 granPaPath.pop_back(); in JsonValueReplace()427 JsonObject fatherItem = src.FindItem(granPaPath, errCode); in JsonValueReplace()