HomeSort by relevance Sort by last modified time
    Searched defs:had_errors (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/gas/
messages.c 98 had_errors (void) function
  /external/protobuf/python/google/protobuf/pyext/
descriptor_pool.cc 389 BuildFileErrorCollector() : error_message(""), had_errors(false) {}
396 if (!had_errors) {
399 had_errors = true;
407 bool had_errors; member in class:google::protobuf::python::cdescriptor_pool::BuildFileErrorCollector
  /external/protobuf/src/google/protobuf/compiler/
importer.cc 99 bool had_errors() { return had_errors_; } function in class:google::protobuf::compiler::SourceTreeDescriptorDatabase::SingleFileErrorCollector
152 !file_error_collector.had_errors();

Completed in 81 milliseconds