MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / begin

Method begin

src/share/jsoncpp/jsoncpp.cpp:3868–3879  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3866}
3867
3868Value::const_iterator Value::begin() const {
3869 switch (type_) {
3870 case arrayValue:
3871 case objectValue:
3872 if (value_.map_)
3873 return const_iterator(value_.map_->begin());
3874 break;
3875 default:
3876 break;
3877 }
3878 return const_iterator();
3879}
3880
3881Value::const_iterator Value::end() const {
3882 switch (type_) {

Callers 15

readPluginPathsMethod · 0.80
profilingSummaryMethod · 0.80
resetWindowListMenuMethod · 0.80
onClickedImageMethod · 0.80
setDocumentsMethod · 0.80
on_list_itemChangedMethod · 0.80
addMessagesMethod · 0.80
findActionMethod · 0.80
resetAttachmentsMethod · 0.80
requestDocumentsMethod · 0.80
isThumbNeedBuildMethod · 0.80

Calls

no outgoing calls

Tested by 2