Home
last modified time | relevance | path

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

/freebsd-src/contrib/libcbor/examples/
H A Dcbor2cjson.c113 char* json_string = cJSON_Print(cjson_item); in main() local
/freebsd-src/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; SendTraceStop() local
3625 std::string json_string; SendTraceStart() local
3660 std::string json_string; SendTraceGetState() local
3694 std::string json_string; SendTraceGetBinaryData() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp298 Expected<std::string> json_string = GetLiveProcessState(); in RefreshLiveProcessState() local