MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / parse

Function parse

native/thirdpart/json/json.hpp:20877–20884  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20875 std::random_access_iterator_tag,
20876 typename std::iterator_traits<IteratorType>::iterator_category>::value, int>::type = 0>
20877 static basic_json parse(IteratorType first, IteratorType last,
20878 const parser_callback_t cb = nullptr,
20879 const bool allow_exceptions = true)
20880 {
20881 basic_json result;
20882 parser(detail::input_adapter(first, last), cb, allow_exceptions).parse(true, result);
20883 return result;
20884 }
20885
20886 template<class IteratorType, typename std::enable_if<
20887 std::is_base_of<

Callers 5

DeviceOperateWrapperMethod · 0.85
loadActionsMethod · 0.85
loadBlackWidgetsMethod · 0.85
loadTreePruningMethod · 0.85
operator "" _jsonFunction · 0.85

Calls 3

parserClass · 0.85
input_adapterClass · 0.85
parseMethod · 0.80

Tested by

no test coverage detected