Searched refs:section_requires_specific_mention (Results 1 – 5 of 5) sorted by relevance
218 bool section_requires_specific_mention(int sectionId);
75 return args.containsSection(sectionId, section_requires_specific_mention(sectionId)); in contains_section()172 return args.containsSection(sectionId, section_requires_specific_mention(sectionId)); in containsSection()508 section_requires_specific_mention(mCurrentSectionId))) { in writeSection()
333 && !section_requires_specific_mention(id)) { in reportIncidentToDumpstate()338 if (!section_requires_specific_mention(section->id)) { in reportIncidentToDumpstate()
354 && args.containsSection(fieldId, section_requires_specific_mention(fieldId))) { in filter_and_write_report()
67 bool section_requires_specific_mention(int sectionId) { in section_requires_specific_mention() function