reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
  642       error.SetErrorString("invalid rule_text");
  643       return error;
  669       error.SetErrorStringWithFormat("could not parse filter rule "
  672       return error;
  681       error.SetErrorString("filter action must be \"accept\" or \"deny\"");
  682       return error;
  688       error.SetErrorStringWithFormat("could not parse filter rule "
  691       return error;
  697       error.SetErrorStringWithFormat("filter rule attribute unknown: "
  700       return error;
  711                                rule_text.substr(operation_end_pos + 1), error);
  713     if (rule_sp && error.Success())
  716     return error;