Searched defs:suggestion (Results 1 – 4 of 4) sorted by relevance
42 struct suggestion { struct43 struct suggestion *next; argument51 suggestion_func *func; argument55 static struct suggestion *suggestions; argument
99 public String newName(String suggestion) { in newName()108 public String newName(String suggestion, Object tag) { in newName()128 public static String toJavaIdentifier(String suggestion) { in toJavaIdentifier()
572 ActionSuggestion suggestion; in SuggestionFromSpec() local935 ActionSuggestion suggestion = in ReadModelOutput() local1123 ActionSuggestion suggestion = SuggestionFromSpec(mapping->action()); in SuggestActionsFromAnnotation() local1288 ActionSuggestion suggestion = SuggestionFromSpec(action); in SuggestActionsFromRules() local
232 private static void check(String name, Object object, String suggestion) { in check()