Home | History | Annotate | Download | only in util

Lines Matching full:hasprefix

87 	if !strings.HasPrefix(rest[0], commentStart) {
109 if !strings.HasPrefix(line, " *") {
116 if strings.HasPrefix(line, " ") {
203 for strings.HasPrefix(decl, "#if") || strings.HasPrefix(decl, "#elif") {
206 if strings.HasPrefix(decl, "struct ") {
209 if strings.HasPrefix(decl, "#define ") {
243 return strings.HasPrefix(name, "Private functions") || strings.HasPrefix(name, "Private structures") || strings.Contains(name, "(hidden)")
300 if len(lines) > 0 && strings.HasPrefix(lines[0], commentStart) {
336 if strings.HasPrefix(line, commentStart) {
371 if strings.HasPrefix(line, commentStart) {
398 !strings.HasPrefix(comment[0], name) &&
399 !strings.HasPrefix(decl, "#define ") &&
400 !strings.HasPrefix(comment[0], "The ") &&
401 !strings.HasPrefix(comment[0], "These ") {