Searched refs:ErrorCollector (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.h51 class ErrorCollector;
57 class LIBPROTOBUF_EXPORT ErrorCollector { class in namespace:google::protobuf::io
59 inline ErrorCollector() {} function in class:google::protobuf::io::ErrorCollector
60 virtual ~ErrorCollector();
73 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ErrorCollector);
87 Tokenizer(ZeroCopyInputStream* input, ErrorCollector* error_collector);
239 ErrorCollector* error_collector_;
H A Dtokenizer_unittest.cc156 class TestErrorCollector : public ErrorCollector {
163 // implements ErrorCollector ---------------------------------------
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.h50 class ErrorCollector;
56 class LIBPROTOBUF_EXPORT ErrorCollector { class in namespace:google::protobuf::io
58 inline ErrorCollector() {} function in class:google::protobuf::io::ErrorCollector
59 virtual ~ErrorCollector();
72 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ErrorCollector);
86 Tokenizer(ZeroCopyInputStream* input, ErrorCollector* error_collector);
185 ErrorCollector* error_collector_;
H A Dtokenizer_unittest.cc155 class TestErrorCollector : public ErrorCollector {
162 // implements ErrorCollector ---------------------------------------
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.h85 // Requsets that errors be recorded to the given ErrorCollector while
87 void RecordErrorsTo(io::ErrorCollector* error_collector) {
186 DescriptorPool::ErrorCollector::ErrorLocation location,
192 DescriptorPool::ErrorCollector::ErrorLocation location);
292 io::ErrorCollector* error_collector_;
313 // location" in the ErrorCollector interface). Returns true if found, false
316 DescriptorPool::ErrorCollector::ErrorLocation location,
321 DescriptorPool::ErrorCollector::ErrorLocation location,
329 pair<const Message*, DescriptorPool::ErrorCollector::ErrorLocation>,
H A Dparser.cc255 DescriptorPool::ErrorCollector::ErrorLocation location,
264 DescriptorPool::ErrorCollector::ErrorLocation location) {
396 RecordLocation(message, DescriptorPool::ErrorCollector::NAME);
449 RecordLocation(field, DescriptorPool::ErrorCollector::TYPE);
460 RecordLocation(field, DescriptorPool::ErrorCollector::NAME);
466 RecordLocation(field, DescriptorPool::ErrorCollector::NUMBER);
479 RecordLocation(group, DescriptorPool::ErrorCollector::NAME,
530 RecordLocation(field, DescriptorPool::ErrorCollector::DEFAULT_VALUE);
679 DescriptorPool::ErrorCollector::OPTION_NAME);
691 DescriptorPool::ErrorCollector
[all...]
H A Dimporter.h89 // Gets a DescriptorPool::ErrorCollector which records errors to the
93 DescriptorPool::ErrorCollector* GetValidationErrorCollector() {
112 class LIBPROTOBUF_EXPORT ValidationErrorCollector : public DescriptorPool::ErrorCollector {
117 // implements ErrorCollector ---------------------------------------
H A Dparser_unittest.cc58 class MockErrorCollector : public io::ErrorCollector {
65 // implements ErrorCollector ---------------------------------------
72 class MockValidationErrorCollector : public DescriptorPool::ErrorCollector {
75 io::ErrorCollector* wrapped_collector)
80 // implements ErrorCollector ---------------------------------------
93 io::ErrorCollector* wrapped_collector_;
H A Dimporter.cc82 // - It implements the ErrorCollector interface (used by Tokenizer and Parser)
86 : public io::ErrorCollector {
97 // implements ErrorCollector ---------------------------------------
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dtest_expectations_unittest.py37 class ErrorCollector(object): class in inherits:object
63 self._error_collector = ErrorCollector()
H A Dcpp_unittest.py51 class ErrorCollector: class in inherits:
218 error_collector = ErrorCollector(self.assertTrue)
245 error_collector = ErrorCollector(self.assertTrue, FilterConfiguration(basic_error_rules), lines_to_check)
338 error_collector = ErrorCollector(self.assertTrue)
364 error_collector = ErrorCollector(self.assertTrue)
1150 error_collector = ErrorCollector(self.assertTrue)
1939 error_collector = ErrorCollector(self.assertTrue)
1954 error_collector = ErrorCollector(self.assertTrue)
1989 error_collector = ErrorCollector(self.assertTrue)
1998 error_collector = ErrorCollector(sel
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.h88 // Requests that errors be recorded to the given ErrorCollector while
90 void RecordErrorsTo(io::ErrorCollector* error_collector) {
246 DescriptorPool::ErrorCollector::ErrorLocation location);
421 io::ErrorCollector* error_collector_;
452 // location" in the ErrorCollector interface). Returns true if found, false
455 DescriptorPool::ErrorCollector::ErrorLocation location,
460 DescriptorPool::ErrorCollector::ErrorLocation location,
468 pair<const Message*, DescriptorPool::ErrorCollector::ErrorLocation>,
H A Dparser.cc354 DescriptorPool::ErrorCollector::ErrorLocation location) {
536 message, DescriptorPool::ErrorCollector::NAME);
660 location.RecordLegacyLocation(field, DescriptorPool::ErrorCollector::TYPE);
679 location.RecordLegacyLocation(field, DescriptorPool::ErrorCollector::NAME);
689 field, DescriptorPool::ErrorCollector::NUMBER);
717 group, DescriptorPool::ErrorCollector::NAME);
788 field, DescriptorPool::ErrorCollector::DEFAULT_VALUE);
986 uninterpreted_option, DescriptorPool::ErrorCollector::OPTION_NAME);
1007 uninterpreted_option, DescriptorPool::ErrorCollector::OPTION_VALUE);
1106 range, DescriptorPool::ErrorCollector
[all...]
H A Dimporter.h89 // Gets a DescriptorPool::ErrorCollector which records errors to the
93 DescriptorPool::ErrorCollector* GetValidationErrorCollector() {
112 class LIBPROTOBUF_EXPORT ValidationErrorCollector : public DescriptorPool::ErrorCollector {
117 // implements ErrorCollector ---------------------------------------
H A Dimporter.cc82 // - It implements the ErrorCollector interface (used by Tokenizer and Parser)
86 : public io::ErrorCollector {
97 // implements ErrorCollector ---------------------------------------
H A Dparser_unittest.cc61 class MockErrorCollector : public io::ErrorCollector {
68 // implements ErrorCollector ---------------------------------------
75 class MockValidationErrorCollector : public DescriptorPool::ErrorCollector {
78 io::ErrorCollector* wrapped_collector)
83 // implements ErrorCollector ---------------------------------------
96 io::ErrorCollector* wrapped_collector_;
/external/protobuf/src/google/protobuf/
H A Dtext_format.h49 class ErrorCollector; // tokenizer.h
227 void RecordErrorsTo(io::ErrorCollector* error_collector) {
253 io::ErrorCollector* error_collector_;
H A Ddescriptor.cc749 DescriptorPool::ErrorCollector::~ErrorCollector() {}
761 ErrorCollector* error_collector)
1839 DescriptorPool::ErrorCollector* error_collector);
1849 DescriptorPool::ErrorCollector* error_collector_;
1873 DescriptorPool::ErrorCollector::ErrorLocation location,
1881 DescriptorPool::ErrorCollector::ErrorLocation location,
2098 bool AddOptionError(DescriptorPool::ErrorCollector::ErrorLocation location,
2108 return AddOptionError(DescriptorPool::ErrorCollector::OPTION_NAME, msg);
2114 return AddOptionError(DescriptorPool::ErrorCollector
[all...]
H A Ddescriptor.h951 // - An ErrorCollector may optionally be given to collect validation errors
954 // ErrorCollector may be called from any thread that calls one of the
956 class ErrorCollector;
958 ErrorCollector* error_collector = NULL);
1008 // programmatically by implementing an ErrorCollector.
1009 class LIBPROTOBUF_EXPORT ErrorCollector { class in class:google::protobuf::DescriptorPool
1011 inline ErrorCollector() {} function in class:google::protobuf::DescriptorPool::ErrorCollector
1012 virtual ~ErrorCollector();
1040 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ErrorCollector);
1050 // Same as BuildFile() except errors are sent to the given ErrorCollector
[all...]
H A Dtext_format.cc120 io::ErrorCollector* error_collector,
614 class ParserErrorCollector : public io::ErrorCollector {
634 io::ErrorCollector* error_collector_;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc841 DescriptorPool::ErrorCollector::~ErrorCollector() {}
853 ErrorCollector* error_collector)
2134 DescriptorPool::ErrorCollector* error_collector);
2144 DescriptorPool::ErrorCollector* error_collector_;
2169 DescriptorPool::ErrorCollector::ErrorLocation location,
2177 DescriptorPool::ErrorCollector::ErrorLocation location,
2409 bool AddOptionError(DescriptorPool::ErrorCollector::ErrorLocation location,
2419 return AddOptionError(DescriptorPool::ErrorCollector::OPTION_NAME, msg);
2425 return AddOptionError(DescriptorPool::ErrorCollector
[all...]
H A Dtext_format.h52 class ErrorCollector; // tokenizer.h
294 void RecordErrorsTo(io::ErrorCollector* error_collector) {
334 io::ErrorCollector* error_collector_;
H A Ddescriptor.h1081 // - An ErrorCollector may optionally be given to collect validation errors
1084 // ErrorCollector may be called from any thread that calls one of the
1086 class ErrorCollector;
1088 ErrorCollector* error_collector = NULL);
1138 // programmatically by implementing an ErrorCollector.
1139 class LIBPROTOBUF_EXPORT ErrorCollector { class in class:google::protobuf::DescriptorPool
1141 inline ErrorCollector() {} function in class:google::protobuf::DescriptorPool::ErrorCollector
1142 virtual ~ErrorCollector();
1170 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ErrorCollector);
1180 // Same as BuildFile() except errors are sent to the given ErrorCollector
[all...]
H A Dtext_format.cc190 io::ErrorCollector* error_collector,
877 class ParserErrorCollector : public io::ErrorCollector {
897 io::ErrorCollector* error_collector_;
/external/junit/src/org/junit/rules/
H A DErrorCollector.java16 * The ErrorCollector rule allows execution of a test to continue after the
23 * public ErrorCollector collector= new ErrorCollector();
35 public class ErrorCollector extends Verifier { class in inherits:Verifier

Completed in 624 milliseconds

12