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

Method asLargestInt

external/jsoncpp/jsoncpp.cpp:3150–3156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3148#endif // if defined(JSON_HAS_INT64)
3149
3150LargestInt Value::asLargestInt() const {
3151#if defined(JSON_NO_INT64)
3152 return asInt();
3153#else
3154 return asInt64();
3155#endif
3156}
3157
3158LargestUInt Value::asLargestUInt() const {
3159#if defined(JSON_NO_INT64)

Callers 1

writeValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected