COMPILE_ASSERT_TYPES_EQ  311 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(int&, add_reference<int>::type);
COMPILE_ASSERT_TYPES_EQ  312 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(const int&, add_reference<const int>::type);
COMPILE_ASSERT_TYPES_EQ  313 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(volatile int&,
COMPILE_ASSERT_TYPES_EQ  315 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(const volatile int&,
COMPILE_ASSERT_TYPES_EQ  317 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(int&, add_reference<int&>::type);
COMPILE_ASSERT_TYPES_EQ  318 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(const int&, add_reference<const int&>::type);
COMPILE_ASSERT_TYPES_EQ  319 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(volatile int&,
COMPILE_ASSERT_TYPES_EQ  321 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(const volatile int&,
COMPILE_ASSERT_TYPES_EQ  539 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(int, remove_pointer<int>::type);
COMPILE_ASSERT_TYPES_EQ  540 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(int, remove_pointer<int*>::type);
COMPILE_ASSERT_TYPES_EQ  541 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(const int, remove_pointer<const int*>::type);
COMPILE_ASSERT_TYPES_EQ  542 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(int, remove_pointer<int* const>::type);
COMPILE_ASSERT_TYPES_EQ  543 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(int, remove_pointer<int* volatile>::type);
COMPILE_ASSERT_TYPES_EQ  547 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(int, remove_const<int>::type);
COMPILE_ASSERT_TYPES_EQ  548 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(int, remove_const<const int>::type);
COMPILE_ASSERT_TYPES_EQ  549 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(int *, remove_const<int * const>::type);
COMPILE_ASSERT_TYPES_EQ  551 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(const int *, remove_const<const int *>::type);
COMPILE_ASSERT_TYPES_EQ  552 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(volatile int,
COMPILE_ASSERT_TYPES_EQ  557 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(int, remove_volatile<int>::type);
COMPILE_ASSERT_TYPES_EQ  558 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(int, remove_volatile<volatile int>::type);
COMPILE_ASSERT_TYPES_EQ  559 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(int *, remove_volatile<int * volatile>::type);
COMPILE_ASSERT_TYPES_EQ  561 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(volatile int *,
COMPILE_ASSERT_TYPES_EQ  563 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(const int,
COMPILE_ASSERT_TYPES_EQ  568 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(int, remove_cv<int>::type);
COMPILE_ASSERT_TYPES_EQ  569 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(int, remove_cv<volatile int>::type);
COMPILE_ASSERT_TYPES_EQ  570 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(int, remove_cv<const int>::type);
COMPILE_ASSERT_TYPES_EQ  571 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(int *, remove_cv<int * const volatile>::type);
COMPILE_ASSERT_TYPES_EQ  573 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(const volatile int *,
COMPILE_ASSERT_TYPES_EQ  575 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(int,
COMPILE_ASSERT_TYPES_EQ  580 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(int, remove_reference<int>::type);
COMPILE_ASSERT_TYPES_EQ  581 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(int, remove_reference<int&>::type);
COMPILE_ASSERT_TYPES_EQ  582 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(const int, remove_reference<const int&>::type);
COMPILE_ASSERT_TYPES_EQ  583 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   COMPILE_ASSERT_TYPES_EQ(int*, remove_reference<int * &>::type);