Home
last modified time | relevance | path

Searched refs:ReportError (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/
Dtext_format.cc165 void ReportError(int line, int col, const string& message) { in ReportError() function in google::protobuf::TextFormat::Parser::ParserImpl
205 void ReportError(const string& message) { in ReportError() function in google::protobuf::TextFormat::Parser::ParserImpl
206 ReportError(tokenizer_.current().line, tokenizer_.current().column, in ReportError()
255 ReportError("Extension \"" + field_name + "\" is not defined or " in ConsumeField()
283 ReportError("Message type \"" + descriptor->full_name() + in ConsumeField()
292 ReportError("Non-repeated field \"" + field_name + in ConsumeField()
408 ReportError("Invalid value for boolean field \"" + field->name() in ConsumeFieldValue()
425 ReportError("Unknown enumeration value of \"" + value + "\" for " in ConsumeFieldValue()
459 ReportError("Expected identifier."); in ConsumeIdentifier()
473 ReportError("Expected string."); in ConsumeString()
[all …]
/external/chromium/sdch/open-vcdiff/src/
Dgflags.cc206 static void ReportError(DieWhenReporting should_die, const char* format, ...) { in ReportError() function
688 ReportError(DIE, "ERROR: flag '%s' was defined more than once " in RegisterFlag()
694 ReportError(DIE, "ERROR: something wrong with flag '%s' in file '%s'. " in RegisterFlag()
954 ReportError(DIE, "ERROR: empty flaglist entry\n"); in ParseFlagList()
956 ReportError(DIE, "ERROR: flag \"%*s\" begins with '-'\n", len, value); in ParseFlagList()
1215 ReportError(DO_NOT_DIE, "%s", error_message.c_str()); in ReportErrors()
1318 ReportError(DIE, "ERROR: error parsing env variable '%s' with value '%s'\n", in ProcessOptionsFromStringLocked()
1489 ReportError(DIE, "ERROR: SetUsageMessage() called twice\n"); in SetUsageMessage()
/external/chromium/net/disk_cache/
Dbackend_impl.cc256 ReportError(ERR_STORAGE_ERROR); in Init()
286 ReportError(ERR_INIT_FAILED); in Init()
299 ReportError(ERR_PREVIOUS_CRASH); in Init()
301 ReportError(0); in Init()
915 ReportError(error); in CriticalError()
927 void BackendImpl::ReportError(int error) { in ReportError() function in disk_cache::BackendImpl
Dbackend_impl.h175 void ReportError(int error);
/external/v8/src/
Dparser.cc625 RegExpTree* ReportError(Vector<const char> message);
4210 ReportError(CStrVector(Top::kStackOverflowMessage)); in Advance()
4212 ReportError(CStrVector("Regular expression too large")); in Advance()
4240 RegExpTree* RegExpParser::ReportError(Vector<const char> message) { in ReportError() function in v8::internal::RegExpParser
4285 ReportError(CStrVector("Unterminated group") CHECK_FAILED); in ParseDisjunction()
4292 ReportError(CStrVector("Unmatched ')'") CHECK_FAILED); in ParseDisjunction()
4334 return ReportError(CStrVector("Nothing to repeat")); in ParseDisjunction()
4379 ReportError(CStrVector("Invalid group") CHECK_FAILED); in ParseDisjunction()
4388 ReportError(CStrVector("Too many captures") CHECK_FAILED); in ParseDisjunction()
4409 return ReportError(CStrVector("\\ at end of pattern")); in ParseDisjunction()
[all …]