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

Method end

external/jsoncpp/jsoncpp.cpp:3889–3900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3887}
3888
3889Value::const_iterator Value::end() const {
3890 switch (type()) {
3891 case arrayValue:
3892 case objectValue:
3893 if (value_.map_)
3894 return const_iterator(value_.map_->end());
3895 break;
3896 default:
3897 break;
3898 }
3899 return {};
3900}
3901
3902Value::iterator Value::begin() {
3903 switch (type()) {

Callers 15

findDefinedFunctionDeclsFunction · 0.80
isHeaderFileFunction · 0.80
findFilePathsFunction · 0.80
getNormalizedPathFunction · 0.80
visitMethod · 0.80
isVisitMethod · 0.80
cacheMethod · 0.80
hasMethod · 0.80
getMethod · 0.80
buildMethod · 0.80
nextInCalleeMethod · 0.80

Calls

no outgoing calls

Tested by 15

getMethod · 0.64
extractTCsMethod · 0.64
generateMethod · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
existFunction · 0.64
verifyFirstUseFunction · 0.64
TEST_FFunction · 0.64
existMethod · 0.64
checkIncludedHeadersMethod · 0.64
checkNewMethod · 0.64
checkModOneMethod · 0.64