MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / end

Method end

src/jsoncpp.cpp:3847–3858  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3845}
3846
3847Value::const_iterator Value::end() const {
3848 switch (type_) {
3849 case arrayValue:
3850 case objectValue:
3851 if (value_.map_)
3852 return const_iterator(value_.map_->end());
3853 break;
3854 default:
3855 break;
3856 }
3857 return const_iterator();
3858}
3859
3860Value::iterator Value::begin() {
3861 switch (type_) {

Callers 15

ShutdownMethod · 0.80
FindOrLoadRenderModelMethod · 0.80
CacheMapThreadFunction · 0.80
ShutdownMethod · 0.80
CreateAllShadersMethod · 0.80
ShutdownMethod · 0.80
FindOrLoadRenderModelMethod · 0.80
ShutdownMethod · 0.80
StringToUpperFunction · 0.80
StringToLowerFunction · 0.80
Path_StripDirectoryFunction · 0.80
Path_GetExtensionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected