Home
last modified time | relevance | path

Searched refs:parser_error (Results 1 – 10 of 10) sorted by relevance

/third_party/grpc/src/core/ext/filters/client_channel/
Dservice_config_parser.cc54 grpc_error* parser_error = GRPC_ERROR_NONE; in ParseGlobalParameters() local
56 args, json, &parser_error); in ParseGlobalParameters()
57 if (parser_error != GRPC_ERROR_NONE) { in ParseGlobalParameters()
58 error_list.push_back(parser_error); in ParseGlobalParameters()
75 grpc_error* parser_error = GRPC_ERROR_NONE; in ParsePerMethodParameters() local
77 args, json, &parser_error); in ParsePerMethodParameters()
78 if (parser_error != GRPC_ERROR_NONE) { in ParsePerMethodParameters()
79 error_list.push_back(parser_error); in ParsePerMethodParameters()
Dservice_config.cc78 grpc_error* parser_error = GRPC_ERROR_NONE; in ParseJsonMethodConfig() local
80 ServiceConfigParser::ParsePerMethodParameters(args, json, &parser_error); in ParseJsonMethodConfig()
81 if (parser_error != GRPC_ERROR_NONE) { in ParseJsonMethodConfig()
82 error_list.push_back(parser_error); in ParseJsonMethodConfig()
/third_party/boost/boost/spirit/home/classic/error_handling/
Dexceptions.hpp69 struct parser_error : public parser_error_base struct
74 parser_error(IteratorT where_, ErrorDescrT descriptor_) in parser_error() function
77 parser_error(parser_error const& rhs) in parser_error() argument
81 parser_error&
82 operator=(parser_error const& rhs) in operator =() argument
90 ~parser_error() BOOST_NOEXCEPT_OR_NOTHROW {} in ~parser_error() argument
108 parser_error<ErrorDescrT, IteratorT>(where, descriptor)); in throw_()
Dtypeof.hpp23 BOOST_TYPEOF_REGISTER_TEMPLATE(BOOST_SPIRIT_CLASSIC_NS::parser_error,2)
Dexceptions_fwd.hpp19 struct parser_error;
/third_party/boost/libs/coroutine2/example/
Dparser.cpp16 class parser_error : public std::runtime_error { class
18 parser_error() : in parser_error() function in parser_error
88 throw parser_error(); in S()
92 throw parser_error(); in S()
/third_party/boost/boost/spirit/home/classic/error_handling/impl/
Dexceptions.ipp46 catch (parser_error<error_descr_t, iterator_t>& error)
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser.c2696 parser_error_location_t parser_error; in parser_parse_script() local
2713 &parser_error); in parser_parse_script()
2730 if (parser_error.error == PARSER_ERR_OUT_OF_MEMORY) in parser_parse_script()
2738 if (parser_error.error == PARSER_ERR_INVALID_REGEXP) in parser_parse_script()
2746 …t_utf8_byte_t *err_bytes_p = (const lit_utf8_byte_t *) parser_error_to_string (parser_error.error); in parser_parse_script()
2751 ecma_value_t line_str_val = ecma_make_uint32_value (parser_error.line); in parser_parse_script()
2752 ecma_value_t col_str_val = ecma_make_uint32_value (parser_error.column); in parser_parse_script()
/third_party/boost/libs/coroutine2/doc/
Dmotivation.qbk245 throw parser_error();
249 throw parser_error();
/third_party/glib/gio/
Dgdbusintrospection.c1738 parser_error (GMarkupParseContext *context, in parser_error() function
1791 parser->error = parser_error; in g_dbus_node_info_new_for_xml()