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

1 2 3

  /external/protobuf/src/google/protobuf/io/
tokenizer.h 51 class ErrorCollector;
57 class LIBPROTOBUF_EXPORT ErrorCollector {
59 inline ErrorCollector() {}
60 virtual ~ErrorCollector();
74 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ErrorCollector);
88 Tokenizer(ZeroCopyInputStream* input, ErrorCollector* error_collector);
255 ErrorCollector* error_collector_;
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/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_;
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/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_;
  /prebuilts/misc/windows/protobuf2.5/include/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_;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
tokenizer.h 52 class ErrorCollector;
64 class LIBPROTOBUF_EXPORT ErrorCollector {
66 inline ErrorCollector() {}
67 virtual ~ErrorCollector();
82 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ErrorCollector);
96 Tokenizer(ZeroCopyInputStream* input, ErrorCollector* error_collector);
263 ErrorCollector* error_collector_;
  /prebuilts/tools/linux-x86_64/protoc/include/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_;
  /external/protobuf/src/google/protobuf/compiler/
parser.h 87 // Requests that errors be recorded to the given ErrorCollector while
89 void RecordErrorsTo(io::ErrorCollector* error_collector) {
248 DescriptorPool::ErrorCollector::ErrorLocation location);
466 io::ErrorCollector* error_collector_;
497 // location" in the ErrorCollector interface). Returns true if found, false
500 DescriptorPool::ErrorCollector::ErrorLocation location,
505 DescriptorPool::ErrorCollector::ErrorLocation location,
513 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 359 DescriptorPool::ErrorCollector::ErrorLocation location) {
544 message, DescriptorPool::ErrorCollector::NAME);
696 location.RecordLegacyLocation(field, DescriptorPool::ErrorCollector::TYPE);
715 location.RecordLegacyLocation(field, DescriptorPool::ErrorCollector::NAME);
725 field, DescriptorPool::ErrorCollector::NUMBER);
753 group, DescriptorPool::ErrorCollector::NAME);
828 field, DescriptorPool::ErrorCollector::DEFAULT_VALUE);
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/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 ---------------------------------------
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/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 ---------------------------------------
  /prebuilts/misc/windows/protobuf2.5/include/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 ---------------------------------------
  /prebuilts/tools/linux-x86_64/protoc/include/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 ---------------------------------------
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
parser.h 87 // Requests that errors be recorded to the given ErrorCollector while
89 void RecordErrorsTo(io::ErrorCollector* error_collector) {
251 DescriptorPool::ErrorCollector::ErrorLocation location);
506 io::ErrorCollector* error_collector_;
544 // location" in the ErrorCollector interface). Returns true if found, false
547 DescriptorPool::ErrorCollector::ErrorLocation location,
552 DescriptorPool::ErrorCollector::ErrorLocation location,
560 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 ---------------------------------------
  /external/protobuf/src/google/protobuf/
descriptor.cc     [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/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h     [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h     [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.h     [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.h     [all...]

Completed in 3012 milliseconds

1 2 3