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

Method parse_error

native/thirdpart/json/json.hpp:1974–1975  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1972
1973 private:
1974 parse_error(int id_, std::size_t byte_, const char* what_arg)
1975 : exception(id_, what_arg), byte(byte_) {}
1976
1977 static std::string position_string(const position_t& pos)
1978 {

Callers 15

json.hppFile · 0.45
binary_readerClass · 0.45
get_bson_stringMethod · 0.45
parse_cbor_internalMethod · 0.45
get_cbor_stringMethod · 0.45
get_msgpack_stringMethod · 0.45
get_ubjson_stringMethod · 0.45
get_ubjson_size_valueMethod · 0.45
get_ubjson_size_typeMethod · 0.45
get_ubjson_valueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected