Searched defs:LogFailure (Results 1 – 6 of 6) sorted by relevance
44 func (l *Logger) LogFailure() { func56 type LogFailure struct { struct57 Context *monitoring.Context
40 func (l *DoNothingLogger) LogFailure() {} func
39 func (l *doNothingLogger) LogFailure() {} func
108 LogFailure() methodSpec
90 void LogFailure(const FilePath& path, in LogFailure() function
215 void Action::LogFailure(bool verbose, size_t num_actions, Status status) const { in LogFailure() function in pw::rpc::fuzz::Action