Searched refs:lhs_section_sp (Results 1 – 1 of 1) sorted by relevance
257 SectionSP lhs_section_sp(GetSP()); in operator ==() local259 if (lhs_section_sp && rhs_section_sp) in operator ==()260 return lhs_section_sp == rhs_section_sp; in operator ==()268 SectionSP lhs_section_sp(GetSP()); in operator !=() local270 return lhs_section_sp != rhs_section_sp; in operator !=()