HomeSort by relevance Sort by last modified time
    Searched refs:AddError (Results 1 - 20 of 20) sorted by null

  /build/tools/
event_log_tags.py 33 def AddError(self, msg, linenum=None):
59 self.AddError(str(e))
71 self.AddError("failed to parse \"%s\"" % (line,))
84 self.AddError("\"%s\" isn't an integer tag or '?'" % (parts[0],))
98 self.AddError("tag \"%s\" has unparseable description" % (tagname,))
104 self.AddError(str(e))
merge-event-log-tags.py 108 tagfile.AddError(
118 tagfile.AddError(
java-event-log-tags.py 79 tagfile.AddError("java_package option not specified", linenum=0)
  /external/protobuf/src/google/protobuf/io/
tokenizer.h 64 virtual void AddError(int line, int column, const string& message) = 0;
229 void AddError(const string& message) {
230 error_collector_->AddError(line_, column_, message);
tokenizer.cc 319 AddError(error);
336 AddError("String literals cannot cross line boundaries.");
351 AddError("Expected hex digits for escape sequence.");
355 AddError("Invalid escape sequence in string literal.");
384 AddError("Numbers starting with leading zero must be in octal.");
414 AddError("Need space between number and identifier.");
417 AddError(
420 AddError("Hex and octal numbers must be integers.");
451 AddError(
454 AddError("End-of-file inside block comment.")
    [all...]
tokenizer_unittest.cc 163 void AddError(int line, int column, const string& message) {
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 135 AddError(error);
144 AddError("Expected \"" + string(text) + "\".");
155 AddError(error);
165 AddError("Integer out of range.");
172 AddError(error);
182 AddError("Integer out of range.");
189 AddError(error);
204 AddError("Integer out of range.");
219 AddError(error);
235 AddError(error)
    [all...]
importer.h 118 void AddError(const string& filename,
185 virtual void AddError(const string& filename, int line, int column,
importer.cc 98 void AddError(int line, int column, const string& message) {
100 multi_file_error_collector_->AddError(filename_, line, column, message);
127 error_collector_->AddError(filename, -1, 0, "File not found.");
170 void SourceTreeDescriptorDatabase::ValidationErrorCollector::AddError(
180 owner_->error_collector_->AddError(filename, line, column, message);
parser.h 176 // Invokes error_collector_->AddError(), if error_collector_ is not NULL.
177 void AddError(int line, int column, const string& error);
179 // Invokes error_collector_->AddError() with the line and column number
181 void AddError(const string& error);
209 // and only reports the error by calling AddError(). In practice, this
parser_unittest.cc 66 void AddError(int line, int column, const string& message) {
81 void AddError(const string& filename,
88 wrapped_collector_->AddError(line, column, message);
702 // we test each unique call to AddError() in parser.h. This does not mean
705 // AddError().
    [all...]
command_line_interface.cc 189 void AddError(const string& filename, int line, int column,
212 void AddError(int line, int column, const string& message) {
213 AddError("input", line, column, message);
    [all...]
importer_unittest.cc 66 void AddError(const string& filename, int line, int column,
  /external/protobuf/src/google/protobuf/
descriptor.cc     [all...]
text_format.cc 179 error_collector_->AddError(line, col, message);
621 virtual void AddError(int line, int column, const string& message) {
    [all...]
text_format_unittest.cc 694 void AddError(int line, int column, const string& message) {
700 AddError(line, column, "WARNING:" + message);
    [all...]
descriptor.h     [all...]
descriptor_unittest.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc 75 void AddError(const string& filename, int line, int column,
cpp_unittest.cc 86 void AddError(const string& filename, int line, int column,
    [all...]

Completed in 251 milliseconds