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

Method begin

external/jsoncpp/jsoncpp.cpp:3876–3887  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3874}
3875
3876Value::const_iterator Value::begin() const {
3877 switch (type()) {
3878 case arrayValue:
3879 case objectValue:
3880 if (value_.map_)
3881 return const_iterator(value_.map_->begin());
3882 break;
3883 default:
3884 break;
3885 }
3886 return {};
3887}
3888
3889Value::const_iterator Value::end() const {
3890 switch (type()) {

Callers 15

isHeaderFileFunction · 0.80
getNormalizedPathFunction · 0.80
isEntryFunctionMethod · 0.80
getRootDefinitionsMethod · 0.80
traverseFunctionMethod · 0.80
handleMemoryCallMethod · 0.80
findMethod · 0.80
memoryIndicesMethod · 0.80
createMethod · 0.80
getIncludesMethod · 0.80

Calls

no outgoing calls

Tested by 15

extractTCsMethod · 0.64
generateMethod · 0.64
TEST_FFunction · 0.64
existFunction · 0.64
verifyFirstUseFunction · 0.64
TEST_FFunction · 0.64
existMethod · 0.64
checkIncludedHeadersMethod · 0.64
SetUpTestCaseMethod · 0.64
SetUpTestCaseMethod · 0.64
TEST_FFunction · 0.64