Home
last modified time | relevance | path

Searched refs:E_ERROR (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dmessage.c52 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()
Ddef.c16 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()
Dprotobuf.c27 zend_error(E_ERROR, "PHP object not found for given definition.\n"); in get_def_obj()
Dprotobuf.h278 zend_error(E_ERROR, "Unexpected type"); \
Dstorage.c153 zend_error(E_ERROR, "Expected number type for float field."); in native_slot_set_value_and_case()
/external/python/cpython2/Include/
Derrcode.h23 #define E_ERROR 17 /* Execution error */ macro
/external/python/cpython2/Parser/
Dtokenizer.c845 tok->done = E_ERROR; in tok_stdin_decode()
/external/python/cpython2/Python/
Dpythonrun.c1583 case E_ERROR: in err_input()