Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/ONE
/ empty
Method
empty
runtime/3rdparty/jsoncpp/jsoncpp.cpp:3566–3571 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3564
}
3565
3566
bool Value::empty() const
3567
{
3568
if (isNull() || isArray() || isObject())
3569
return size() == 0U;
3570
return false;
3571
}
3572
3573
Value::operator bool() const { return !isNull(); }
3574
Callers
15
Initialize
Method · 0.45
main
Function · 0.45
hlps_routine
Method · 0.45
checkModelfile
Function · 0.45
checkPackage
Function · 0.45
run
Method · 0.45
timeMicros
Method · 0.45
main
Function · 0.45
checkModelfile
Function · 0.45
checkPackage
Function · 0.45
Parse
Method · 0.45
shapeParamProvided
Method · 0.45
Calls
1
size
Function · 0.50
Tested by
2
executeWithCompilation
Method · 0.36
expectMultinomialDistributionWithinTolerance
Function · 0.36