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

Method parse

external/jsoncpp/jsoncpp.cpp:319–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319bool Reader::parse(const std::string &document, Value &root,
320 bool collectComments) {
321 document_.assign(document.begin(), document.end());
322 const char *begin = document_.c_str();
323 const char *end = begin + document_.length();
324 return parse(begin, end, root, collectComments);
325}
326
327bool Reader::parse(std::istream &is, Value &root, bool collectComments) {
328 // std::istream_iterator<char> begin(is);

Callers 2

parseMethod · 0.45
parseFromStreamFunction · 0.45

Calls 12

beginMethod · 0.80
endMethod · 0.80
lengthMethod · 0.80
dataMethod · 0.80
sizeMethod · 0.80
emptyMethod · 0.80
popMethod · 0.80
pushMethod · 0.80
setCommentMethod · 0.80
isObjectMethod · 0.80
clearMethod · 0.45
isArrayMethod · 0.45

Tested by

no test coverage detected