native_backend_gnome_x_unittest.cc | 41 ItemAttribute() : type(UINT32), value_uint32(0) {} 43 : type(UINT32), value_uint32(value) {} 50 : value_uint32 == x.value_uint32; 54 uint32_t value_uint32; member in struct:__anon5329::MockKeyringItem::ItemAttribute 126 << ", value " << item->attributes[name].value_uint32; 169 << ", value " << query.back().second.value_uint32; 209 << ", value " << query.back().second.value_uint32; 233 it->second.value_uint32); 340 EXPECT_EQ(value, it->second.value_uint32); [all...] |