Searched defs:int10 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dtype_traits_unittest.cc390 typedef int int10[10]; typedef
392 EXPECT_TRUE(has_trivial_constructor<int10>::value);
433 typedef int int10[10]; typedef
435 EXPECT_TRUE(has_trivial_copy<int10>::value);
476 typedef int int10[10]; typedef
478 EXPECT_TRUE(has_trivial_assign<int10>::value);
518 typedef int int10[10]; typedef
520 EXPECT_TRUE(has_trivial_destructor<int10>::value);

Completed in 136 milliseconds