Home | History | Annotate | Download | only in linux

Lines Matching refs:table

58   StringTableTest() : table(kLittleEndian) {}
60 StringTable table;
64 EXPECT_EQ(1U, table.Size());
66 ASSERT_TRUE(table.GetContents(&contents));
71 ASSERT_TRUE(table.empty_string.IsKnownConstant());
72 EXPECT_EQ(0U, table.empty_string.Value());
76 const string s1("table fills with strings");
80 "\0table fills with strings\0"
83 Label l1(table.Add(s1));
84 Label l2(table.Add(s2));
85 Label l3(table.Add(s3));
87 ASSERT_TRUE(table.GetContents(&contents));
104 Label l1(table.Add(s1));
105 Label l2(table.Add(s2));
107 Label l3(table.Add(s3));
108 Label l4(table.Add(s2));
110 ASSERT_TRUE(table.GetContents(&contents));
114 EXPECT_EQ(0U, table.empty_string.Value());
115 EXPECT_EQ(table.empty_string.Value(), l3.Value());
122 StringTable table(kLittleEndian);
123 SymbolTable syms(kLittleEndian, 4, table);
147 EXPECT_EQ(kExpectedStringTableSize, table.Size());
149 table.GetContents(&table_contents);
205 // Two sections, SHT_NULL + the section header string table.
272 // Four sections, SHT_NULL + the section header string table +