Searched refs:E_ERROR (Results 1 – 12 of 12) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | message.c | 52 zend_error(E_ERROR, "Unknown field: %s", Z_STRVAL_P(field_name)); in message_set_property() 155 zend_error(E_ERROR, se->php_error_template); in env_error_func() 254 zend_error(E_ERROR, "Descriptor does not have assigned name."); in build_class_from_descriptor()
|
D | def.c | 16 zend_error(E_ERROR, in check_notfrozen() 155 zend_error(E_ERROR, "Required fields are unsupported in proto3."); in validate_msgdef() 283 zend_error(E_ERROR, "Unknown field type."); in string_to_descriptortype()
|
D | protobuf.c | 27 zend_error(E_ERROR, "PHP object not found for given definition.\n"); in get_def_obj()
|
D | protobuf.h | 278 zend_error(E_ERROR, "Unexpected type"); \
|
D | storage.c | 153 zend_error(E_ERROR, "Expected number type for float field."); in native_slot_set_value_and_case()
|
/external/python/cpython3/Parser/ |
D | parsetok.c | 81 err_ret->error = E_ERROR; in PyParser_ParseStringFlagsFilenameEx() 149 err_ret->error = E_ERROR; in PyParser_ParseFileFlagsEx() 378 err_ret->error = E_ERROR; in initerr()
|
D | tokenizer.c | 1315 tok->done = E_ERROR; in verify_identifier()
|
/external/python/cpython2/Include/ |
D | errcode.h | 23 #define E_ERROR 17 /* Execution error */ macro
|
/external/python/cpython3/Include/ |
D | errcode.h | 23 #define E_ERROR 17 /* Execution error */ macro
|
/external/python/cpython2/Parser/ |
D | tokenizer.c | 845 tok->done = E_ERROR; in tok_stdin_decode() 1639 tok->done = E_ERROR; in tok_get()
|
/external/python/cpython3/Python/ |
D | pythonrun.c | 1341 case E_ERROR: in err_input()
|
/external/python/cpython2/Python/ |
D | pythonrun.c | 1592 case E_ERROR: in err_input()
|