Home
last modified time | relevance | path

Searched defs:json_string (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/libcbor/examples/
H A Dcbor2cjson.c113 char* json_string = cJSON_Print(cjson_item); in main() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp154 std::string json_string; in SendJSONResponse() local
H A DGDBRemoteCommunicationClient.cpp3590 std::string json_string; in SendTraceStop() local
3625 std::string json_string; in SendTraceStart() local
3660 std::string json_string; in SendTraceGetState() local
3694 std::string json_string; in SendTraceGetBinaryData() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp298 Expected<std::string> json_string = GetLiveProcessState(); in RefreshLiveProcessState() local