Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ serialize
Method
serialize
Utilities/cmcppdap/src/rapid_json_serializer.cpp:170–173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
}
169
170
bool RapidSerializer::serialize(dap::boolean v) {
171
json()->SetBool(v);
172
return true;
173
}
174
175
bool RapidSerializer::serialize(dap::integer v) {
176
json()->SetInt64(v);
Callers
5
send
Method · 0.45
processRequest
Method · 0.45
TEST
Function · 0.45
TEST_SERIALIZING_DESERIALIZING
Method · 0.45
TEST_F
Function · 0.45
Calls
7
SetBool
Method · 0.80
length
Method · 0.80
SetObject
Method · 0.80
c_str
Method · 0.80
Value
Function · 0.50
SetString
Method · 0.45
data
Method · 0.45
Tested by
3
TEST
Function · 0.36
TEST_SERIALIZING_DESERIALIZING
Method · 0.36
TEST_F
Function · 0.36