Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/detail/input/
Dparser.hpp240 if (get_token() == token_type::end_array) in sax_parse_internal()
242 if (JSON_HEDLEY_UNLIKELY(!sax->end_array())) in sax_parse_internal()
338 case token_type::end_array: in sax_parse_internal()
375 if (JSON_HEDLEY_LIKELY(last_token == token_type::end_array)) in sax_parse_internal()
377 if (JSON_HEDLEY_UNLIKELY(!sax->end_array())) in sax_parse_internal()
394 …rror::create(101, m_lexer.get_position(), exception_message(token_type::end_array, "array"), Basic… in sax_parse_internal()
Djson_sax.hpp116 virtual bool end_array() = 0;
259 bool end_array() in end_array() function in nlohmann::detail::json_sax_dom_parser
484 bool end_array() in end_array() function in nlohmann::detail::json_sax_dom_callback_parser
699 bool end_array() in end_array() function in nlohmann::detail::json_sax_acceptor
Dlexer.hpp42 end_array, ///< the character for array end `]` enumerator
76 case token_type::end_array: in token_type_name()
1531 return token_type::end_array; in scan()
Dbinary_reader.hpp392 return sax->end_array(); in parse_bson_array()
1113 return sax->end_array(); in get_cbor_array()
1766 return sax->end_array(); in get_msgpack_array()
2158 return sax->end_array(); in get_ubjson_array()
2290 case token_type::end_array: in get_ubjson_high_precision_number()
/third_party/json/doc/mkdocs/docs/features/parsing/
Dsax_interface.md22 + {abstract} bool end_array()
52 bool end_array();
/third_party/json/doc/examples/
Dsax_parse.cpp70 bool end_array() override in end_array() function in sax_event_consumer
/third_party/json/test/src/
Dunit-class_lexer.cpp63 CHECK((scan_string("]") == json::lexer::token_type::end_array));
121 … CHECK((std::string(json::lexer::token_type_name(json::lexer::token_type::end_array)) == "']'"));
Dunit-class_parser.cpp132 bool end_array() in end_array() function in __anond8720a300111::SaxEventLogger
210 bool end_array() override in end_array() function in __anond8720a300111::SaxCountdown
Dunit-bson.cpp740 bool end_array() in end_array() function in __anona509af800111::SaxCountdown
Dunit-deserialization.cpp132 bool end_array() override in end_array() function
Dunit-msgpack.cpp105 bool end_array() in end_array() function in __anon199e8df40111::SaxCountdown
Dunit-ubjson.cpp104 bool end_array() in end_array() function in __anon1a94e03f0111::SaxCountdown
Dunit-cbor.cpp106 bool end_array() in end_array() function in __anon74f5dd940111::SaxCountdown
/third_party/json/include/nlohmann/detail/meta/
Dis_sax.hpp57 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.hpp5930 virtual bool end_array() = 0;
6073 bool end_array() in end_array() function in nlohmann::detail::json_sax_dom_parser
6298 bool end_array() in end_array() function in nlohmann::detail::json_sax_dom_callback_parser
6513 bool end_array() in end_array() function in nlohmann::detail::json_sax_acceptor
6572 end_array, ///< the character for array end `]` enumerator
6606 case token_type::end_array: in token_type_name()
8061 return token_type::end_array; in scan()
8216 using end_array_function_t = decltype(std::declval<T&>().end_array());
8682 return sax->end_array(); in parse_bson_array()
9403 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.md368 bool end_array();