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

  /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_;
tokenizer_unittest.cc 155 class TestErrorCollector : public ErrorCollector {
162 // implements ErrorCollector ---------------------------------------
  /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 ---------------------------------------
command_line_interface.cc 183 public io::ErrorCollector {
211 // implements io::ErrorCollector -----------------------------------
    [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...]
text_format_unittest.cc 686 class MockErrorCollector : public io::ErrorCollector {
693 // implements ErrorCollector -------------------------------------
    [all...]
descriptor_unittest.cc     [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
test_expectations_unittest.py 48 class ErrorCollector(object):
68 self._error_collector = ErrorCollector()
cpp_unittest.py 51 class ErrorCollector:
223 error_collector = ErrorCollector(self.assert_)
250 error_collector = ErrorCollector(self.assert_, FilterConfiguration(basic_error_rules))
332 error_collector = ErrorCollector(self.assert_)
358 error_collector = ErrorCollector(self.assert_)
    [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 {
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1419 milliseconds