Searched defs:log_result (Results 1 – 4 of 4) sorted by relevance
207 struct log_result { struct208 nis_error lr_status; /* The status itself */209 netobj lr_cookie; /* Used by the dump callback */210 log_entry lr_entries<>; /* zero or more entries */
394 struct log_result { struct402 typedef struct log_result log_result; typedef
63 static __always_inline void log_result(__u32 key) in log_result() function
85 def log_result(self, log_dir: Path, llvm_hash: Text, decision: Text): member in CommandResult