Lines Matching refs:notes
183 void checkNote( const const_note_section_accessor& notes,
194 ASSERT_EQ( notes.get_note( index, type, name, desc, descSize ), true );
300 const_note_section_accessor notes( reader, sec );
301 EXPECT_EQ( notes.get_notes_num(), 1u );
303 checkNote( notes, 0, 1, std::string( "GNU" ), 16 );
411 const_note_section_accessor notes( reader, sec );
412 EXPECT_EQ( notes.get_notes_num(), 1u );
414 checkNote( notes, 0, 1, std::string( "GNU" ), 16 );
702 const_note_section_accessor notes( reader, sec );
703 EXPECT_EQ( notes.get_notes_num(), 1u );
705 checkNote( notes, 0, 1, std::string( "GNU" ), 16 );