Searched refs:E_ERROR (Results 1 – 8 of 8) 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/cpython2/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()
|
/external/python/cpython2/Python/ |
D | pythonrun.c | 1583 case E_ERROR: in err_input()
|