Searched refs:section_requires_specific_mention (Results 1 – 5 of 5) sorted by relevance
179 bool section_requires_specific_mention(int sectionId);
71 return args.containsSection(sectionId, section_requires_specific_mention(sectionId)); in contains_section()160 return args.containsSection(sectionId, section_requires_specific_mention(sectionId)); in containsSection()462 section_requires_specific_mention(mCurrentSectionId))) { in writeSection()
346 && args.containsSection(fieldId, section_requires_specific_mention(fieldId))) { in filter_and_write_report()
326 && !section_requires_specific_mention(id)) { in reportIncidentToDumpstate()
66 bool section_requires_specific_mention(int sectionId) { in section_requires_specific_mention() function