Searched refs:SECTION_NAMES (Results 1 – 2 of 2) sorted by relevance
47 static constexpr const char *SECTION_NAMES[] = { variable
66 } SECTION_NAMES[] = { variable226 auto size = sizeof(SECTION_NAMES) / sizeof(SectionName); in MatchSecName()227 return std::any_of(SECTION_NAMES, SECTION_NAMES + size, matchFunc); in MatchSecName()