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

Method begin

src/jsoncpp.cpp:3834–3845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3832}
3833
3834Value::const_iterator Value::begin() const {
3835 switch (type_) {
3836 case arrayValue:
3837 case objectValue:
3838 if (value_.map_)
3839 return const_iterator(value_.map_->begin());
3840 break;
3841 default:
3842 break;
3843 }
3844 return const_iterator();
3845}
3846
3847Value::const_iterator Value::end() const {
3848 switch (type_) {

Callers 15

CoPTrFunction · 0.80
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_StripFilenameFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected