Searched refs:E_ERROR (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Include/ |
D | errcode.h | 23 #define E_ERROR 17 /* Execution error */ macro
|
/third_party/protobuf/php/ext/google/protobuf/ |
D | def.c | 44 zend_error(E_ERROR, "%s: %s\n", msg, upb_status_errmsg(status)); in CheckUpbStatus() 164 zend_error(E_ERROR, "Couldn't load generated class %s", classname); in EnumDescriptor_FromEnumDef() 386 zend_error(E_ERROR, "Unknown field type."); in to_fieldtype() 569 zend_error(E_ERROR, "Couldn't load generated class %s", classname); in Descriptor_GetFromMessageDef() 923 zend_error(E_ERROR, "Failed to parse binary descriptor\n"); in add_descriptor()
|
D | convert.c | 180 zend_error(E_ERROR, "Unknown field type."); in pbphp_dtype_to_type()
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | DescriptorPool.php | 162 . " for " . $desc->getFullName(), E_ERROR);
|
D | Message.php | 421 trigger_error("Not implemented.", E_ERROR);
|
/third_party/python/Parser/ |
D | tokenizer.c | 1118 tok->done = E_ERROR; in _syntaxerror_range() 1193 tok->done = E_ERROR; in parser_warn() 1284 tok->done = E_ERROR; in verify_identifier() 1291 tok->done = E_ERROR; in verify_identifier() 1304 tok->done = E_ERROR; in verify_identifier()
|