Searched refs:section_name (Results 1 – 1 of 1) sorted by relevance
86 bool IsSectionStart(const std::string& line, std::string* section_name) { in IsSectionStart() argument90 *section_name = match.str(1); in IsSectionStart()119 std::string section_name; in ParseSections() local120 if (IsSectionStart(line, §ion_name)) { in ParseSections()122 current_section_name = section_name; in ParseSections()440 std::string section_name; in TEST_F() local441 if (IsSectionStart(line, §ion_name)) { in TEST_F()442 current_section_name = section_name; in TEST_F()