MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / parse

Function parse

externals/picojson/picojson.h:1098–1102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1096
1097// obsolete, use the version below
1098template <typename Iter> inline std::string parse(value &out, Iter &pos, const Iter &last) {
1099 std::string err;
1100 pos = parse(out, pos, last, &err);
1101 return err;
1102}
1103
1104template <typename Context, typename Iter> inline Iter _parse(Context &ctx, const Iter &first, const Iter &last, std::string *err) {
1105 input<Iter> in(first, last);

Callers 15

traverseConditionMethod · 0.85
getAddonInfoMethod · 0.85
executeAddonFunction · 0.85
breakStmtMethod · 0.85
callExprMethod · 0.85
caseStmt1Method · 0.85
characterLiteralMethod · 0.85
class1Method · 0.85
classTemplateDecl1Method · 0.85
classTemplateDecl2Method · 0.85
conditionalExprMethod · 0.85

Calls 3

_parseFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by 15

breakStmtMethod · 0.68
callExprMethod · 0.68
caseStmt1Method · 0.68
characterLiteralMethod · 0.68
class1Method · 0.68
classTemplateDecl1Method · 0.68
classTemplateDecl2Method · 0.68
conditionalExprMethod · 0.68
continueStmtMethod · 0.68
cstyleCastExprMethod · 0.68
cxxBoolLiteralExprMethod · 0.68