Home
last modified time | relevance | path

Searched refs:end_array (Results 1 – 25 of 25) sorted by relevance

/third_party/json/include/nlohmann/detail/input/
Dparser.hpp248 if (get_token() == token_type::end_array) in sax_parse_internal()
250 if (JSON_HEDLEY_UNLIKELY(!sax->end_array())) in sax_parse_internal()
346 case token_type::end_array: in sax_parse_internal()
383 if (JSON_HEDLEY_LIKELY(last_token == token_type::end_array)) in sax_parse_internal()
385 if (JSON_HEDLEY_UNLIKELY(!sax->end_array())) in sax_parse_internal()
402 …rror::create(101, m_lexer.get_position(), exception_message(token_type::end_array, "array"), nullp… in sax_parse_internal()
Djson_sax.hpp124 virtual bool end_array() = 0;
273 bool end_array() in end_array() function in detail::json_sax_dom_parser
501 bool end_array() in end_array() function in detail::json_sax_dom_callback_parser
716 bool end_array() in end_array() function in detail::json_sax_acceptor
Dlexer.hpp50 end_array, ///< the character for array end `]` enumerator
84 case token_type::end_array: in token_type_name()
1539 return token_type::end_array; in scan()
Dbinary_reader.hpp405 return sax->end_array(); in parse_bson_array()
1131 return sax->end_array(); in get_cbor_array()
1786 return sax->end_array(); in get_msgpack_array()
2198 return sax->end_array(); in get_ubjson_size_value()
2533 return (sax->end_array() && sax->end_object()); in get_ubjson_array()
2584 return sax->end_array(); in get_ubjson_array()
2726 case token_type::end_array: in get_ubjson_high_precision_number()
/third_party/json/docs/mkdocs/docs/api/json_sax/
Dend_array.md1 # <small>nlohmann::json_sax::</small>end_array
4 virtual bool end_array() = 0;
Dindex.md29 - [**end_array**](end_array.md) (_virtual_) - the end of an array was read
/third_party/json/docs/mkdocs/docs/features/parsing/
Dsax_interface.md22 + {abstract} bool end_array()
52 bool end_array();
/third_party/json/docs/examples/
Dsax_parse.output27 end_array()
Dsax_parse.cpp70 bool end_array() override in end_array() function in sax_event_consumer
Dsax_parse__binary.cpp70 bool end_array() override in end_array() function in sax_event_consumer
/third_party/json/tests/src/
Dunit-class_lexer.cpp42 CHECK((scan_string("]") == json::lexer::token_type::end_array));
100 … CHECK((std::string(json::lexer::token_type_name(json::lexer::token_type::end_array)) == "']'"));
Dunit-class_parser.cpp114 bool end_array() in end_array() function in __anon7bcd3ac50111::SaxEventLogger
192 bool end_array() override in end_array() function in __anon7bcd3ac50111::SaxCountdown
Dunit-bson.cpp710 bool end_array() in end_array() function in __anone6bc1b150111::SaxCountdown
Dunit-deserialization.cpp116 bool end_array() override in end_array() function
Dunit-msgpack.cpp87 bool end_array() in end_array() function in __anon910ecd690111::SaxCountdown
Dunit-ubjson.cpp83 bool end_array() in end_array() function in __anon929085140111::SaxCountdown
Dunit-cbor.cpp85 bool end_array() in end_array() function in __anonb6a849290111::SaxCountdown
Dunit-bjdata.cpp87 bool end_array() in end_array() function in __anon014691690111::SaxCountdown
/third_party/json/include/nlohmann/detail/meta/
Dis_sax.hpp66 using end_array_function_t = decltype(std::declval<T&>().end_array());
/third_party/python/Lib/xmlrpc/
Dclient.py773 def end_array(self, data): member in Unmarshaller
778 dispatch["array"] = end_array
/third_party/json/single_include/nlohmann/
Djson.hpp6692 virtual bool end_array() = 0;
6841 bool end_array() in end_array() function in detail::json_sax_dom_parser
7069 bool end_array() in end_array() function in detail::json_sax_dom_callback_parser
7284 bool end_array() in end_array() function in detail::json_sax_acceptor
7351 end_array, ///< the character for array end `]` enumerator
7385 case token_type::end_array: in token_type_name()
8840 return token_type::end_array; in scan()
9006 using end_array_function_t = decltype(std::declval<T&>().end_array());
9479 return sax->end_array(); in parse_bson_array()
10205 return sax->end_array(); in get_cbor_array()
[all …]
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp5810 virtual bool end_array() = 0;
5953 bool end_array() in end_array() function in nlohmann::detail::json_sax_dom_parser
6178 bool end_array() in end_array() function in nlohmann::detail::json_sax_dom_callback_parser
6393 bool end_array() in end_array() function in nlohmann::detail::json_sax_acceptor
6452 end_array, ///< the character for array end `]` enumerator
6486 case token_type::end_array: in token_type_name()
7941 return token_type::end_array; in scan()
8096 using end_array_function_t = decltype(std::declval<T&>().end_array());
8562 return sax->end_array(); in parse_bson_array()
9283 return sax->end_array(); in get_cbor_array()
[all …]
/third_party/python/Lib/
Dplistlib.py245 def end_array(self): member in _PlistParser
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c11175 static void end_array(upb_json_parser *p) { in end_array() function
11361 end_array(p); in end_fieldmask_object()
12099 { end_array(parser); } in parse()
/third_party/json/
DREADME.md442 bool end_array();