MCPcopy Create free account
hub / github.com/Samsung/ONE / asLargestInt

Method asLargestInt

runtime/3rdparty/jsoncpp/jsoncpp.cpp:3418–3425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3416#endif // if defined(JSON_HAS_INT64)
3417
3418LargestInt Value::asLargestInt() const
3419{
3420#if defined(JSON_NO_INT64)
3421 return asInt();
3422#else
3423 return asInt64();
3424#endif
3425}
3426
3427LargestUInt Value::asLargestUInt() const
3428{

Callers 1

writeValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected