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

/external/protobuf/src/google/protobuf/stubs/
H A Dtype_traits_unittest.cc393 typedef int int10[10]; typedef
395 EXPECT_TRUE(has_trivial_constructor<int10>::value);
436 typedef int int10[10]; typedef
438 EXPECT_TRUE(has_trivial_copy<int10>::value);
479 typedef int int10[10]; typedef
481 EXPECT_TRUE(has_trivial_assign<int10>::value);
521 typedef int int10[10]; typedef
523 EXPECT_TRUE(has_trivial_destructor<int10>::value);

Completed in 4443 milliseconds