Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dtype_traits_unittest.cc57 template<typename T, typename U> struct AssertTypesEq;
58 template<typename T> struct AssertTypesEq<T, T> {}; struct
59 #define COMPILE_ASSERT_TYPES_EQ(T, U) static_cast<void>(AssertTypesEq<T, U>())