Searched refs:source_item (Results 1 – 1 of 1) sorted by relevance
70 for (const auto& source_item : item.value().items()) in data_from_json() local72 if (source_item.key() == "PID") in data_from_json()74 result.emplace("_PID", source_item.value().dump()); in data_from_json()77 if (source_item.key() == "FILE") in data_from_json()79 result.emplace("_CODE_FILE", source_item.value()); in data_from_json()82 if (source_item.key() == "FUNCTION") in data_from_json()84 result.emplace("_CODE_FUNC", source_item.value()); in data_from_json()87 if (source_item.key() == "LINE") in data_from_json()89 result.emplace("_CODE_LINE", source_item.value().dump()); in data_from_json()