HomeSort by relevance Sort by last modified time
    Searched refs:ErrorCollector (Results 1 - 25 of 36) sorted by null

1 2

  /external/protobuf/src/google/protobuf/io/
tokenizer.h 50 class ErrorCollector;
56 class LIBPROTOBUF_EXPORT ErrorCollector {
58 inline ErrorCollector() {}
59 virtual ~ErrorCollector();
72 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ErrorCollector);
86 Tokenizer(ZeroCopyInputStream* input, ErrorCollector* error_collector);
185 ErrorCollector* error_collector_;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer.h 51 class ErrorCollector;
57 class LIBPROTOBUF_EXPORT ErrorCollector {
59 inline ErrorCollector() {}
60 virtual ~ErrorCollector();
73 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ErrorCollector);
87 Tokenizer(ZeroCopyInputStream* input, ErrorCollector* error_collector);
239 ErrorCollector* error_collector_;
tokenizer_unittest.cc 156 class TestErrorCollector : public ErrorCollector {
163 // implements ErrorCollector ---------------------------------------
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser.h 85 // 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>,
parser.cc 255 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::OPTION_VALUE)
    [all...]
importer.h 89 // Gets a DescriptorPool::ErrorCollector which records errors to the
93 DescriptorPool::ErrorCollector* GetValidationErrorCollector() {
112 class LIBPROTOBUF_EXPORT ValidationErrorCollector : public DescriptorPool::ErrorCollector {
117 // implements ErrorCollector ---------------------------------------
parser_unittest.cc 58 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_;
    [all...]
importer.cc 82 // - 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/
test_expectations_unittest.py 37 class ErrorCollector(object):
63 self._error_collector = ErrorCollector()
cpp_unittest.py 51 class ErrorCollector:
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)
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.h 88 // 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>,
importer.h 89 // Gets a DescriptorPool::ErrorCollector which records errors to the
93 DescriptorPool::ErrorCollector* GetValidationErrorCollector() {
112 class LIBPROTOBUF_EXPORT ValidationErrorCollector : public DescriptorPool::ErrorCollector {
117 // implements ErrorCollector ---------------------------------------
parser.cc 354 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);
    [all...]
importer.cc 82 // - It implements the ErrorCollector interface (used by Tokenizer and Parser)
86 : public io::ErrorCollector {
97 // implements ErrorCollector ---------------------------------------
parser_unittest.cc 61 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_;
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.h 49 class ErrorCollector; // tokenizer.h
227 void RecordErrorsTo(io::ErrorCollector* error_collector) {
253 io::ErrorCollector* error_collector_;
descriptor.cc 749 DescriptorPool::ErrorCollector::~ErrorCollector() {}
761 ErrorCollector* error_collector)
    [all...]
descriptor.h     [all...]
text_format.cc 120 io::ErrorCollector* error_collector,
614 class ParserErrorCollector : public io::ErrorCollector {
634 io::ErrorCollector* error_collector_;
    [all...]
  /external/junit/src/org/junit/rules/
ErrorCollector.java 16 * The ErrorCollector rule allows execution of a test to continue after the
23 * public ErrorCollector collector= new ErrorCollector();
35 public class ErrorCollector extends Verifier {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.cc 841 DescriptorPool::ErrorCollector::~ErrorCollector() {}
853 ErrorCollector* error_collector)
    [all...]
descriptor.h     [all...]
text_format.h 52 class ErrorCollector; // tokenizer.h
294 void RecordErrorsTo(io::ErrorCollector* error_collector) {
334 io::ErrorCollector* error_collector_;
text_format.cc 190 io::ErrorCollector* error_collector,
877 class ParserErrorCollector : public io::ErrorCollector {
897 io::ErrorCollector* error_collector_;
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
CameraErrorCollector.java 30 import org.junit.rules.ErrorCollector;
40 * A camera test ErrorCollector class to gather the test failures during a test,
43 public class CameraErrorCollector extends ErrorCollector {
    [all...]

Completed in 505 milliseconds

1 2