Home
last modified time | relevance | path

Searched refs:AssertTypesEq (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dtype_traits_unittest.cc54 template<typename T, typename U> struct AssertTypesEq;
55 template<typename T> struct AssertTypesEq<T, T> {}; struct
56 #define COMPILE_ASSERT_TYPES_EQ(T, U) static_cast<void>(AssertTypesEq<T, U>())