Home
last modified time | relevance | path

Searched refs:markersJson (Results 1 – 2 of 2) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionMarkers.cpp132 json::Array markersJson; in readFromJson() local
136 "markers", markersJson); in readFromJson()
143 for (json::Value markerJson : markersJson) in readFromJson()
349 json::Value markersJson; in rs_sourceMarkers() local
350 Error error = r::json::jsonValueFromList(markersSEXP, &markersJson); in rs_sourceMarkers()
353 if (!json::isType<json::Array>(markersJson)) in rs_sourceMarkers()
358 for (const json::Value& markerJson : markersJson.getArray()) in rs_sourceMarkers()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/
H A DSessionModuleContext.cpp2746 json::Array markersJson; in sourceMarkersAsJson() local
2749 std::back_inserter(markersJson), in sourceMarkersAsJson()
2751 return markersJson; in sourceMarkersAsJson()