Searched refs:sourceKey (Results 1 – 3 of 3) sorted by relevance
248 std::vector<std::string> sourceKey; in MergeInit() local250 ExtractKeyInfo(sourceMap, sourceKey); in MergeInit()251 for (auto sourceKeyInfo : sourceKey) { in MergeInit()320 sourceKey.clear(); in MergeInit()321 sourceKey.shrink_to_fit(); in MergeInit()
256 const sourceKey = options?.alias || targetKey;258 const value = JSONCoder.getTargetValue(source[sourceKey], options);
9926 … const sourceKey = (options === null || options === void 0 ? void 0 : options.alias) || targetKey;9928 const value = JSONCoder.getTargetValue(source[sourceKey], options);