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

Method end

runtime/3rdparty/jsoncpp/jsoncpp.cpp:4181–4194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4179}
4180
4181Value::const_iterator Value::end() const
4182{
4183 switch (type())
4184 {
4185 case arrayValue:
4186 case objectValue:
4187 if (value_.map_)
4188 return const_iterator(value_.map_->end());
4189 break;
4190 default:
4191 break;
4192 }
4193 return {};
4194}
4195
4196Value::iterator Value::begin()
4197{

Callers 15

parseMethod · 0.45
validateMethod · 0.45
sizeMethod · 0.45
jsoncpp.cppFile · 0.45
findMethod · 0.45
removeMemberMethod · 0.45
removeIndexMethod · 0.45
getMemberNamesMethod · 0.45
addPathInArgMethod · 0.45
valueToStringFunction · 0.45
writeValueMethod · 0.45

Calls 1

typeFunction · 0.50

Tested by

no test coverage detected