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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h275 // TypeWithSize - maps an integer to a int type.
2959 // TypeWithSize<4>::UInt
2974 class TypeWithSize { class in namespace:std::tr1
2976 // This prevents the user from using TypeWithSize<N> with incorrect
2983 class TypeWithSize<4> { class in namespace:std::tr1
2995 class TypeWithSize<8> { class in namespace:std::tr1
3007 typedef TypeWithSize<4>::Int Int32;
3008 typedef TypeWithSize<4>::UInt UInt32;
3009 typedef TypeWithSize<8>::Int Int64;
3010 typedef TypeWithSize<
[all...]

Completed in 258 milliseconds