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

/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h143 // TypeWithSize - maps an integer to a int type.
972 // TypeWithSize<4>::UInt
987 class TypeWithSize { class in namespace:testing::internal
989 // This prevents the user from using TypeWithSize<N> with incorrect
996 class TypeWithSize<4> { class in namespace:testing::internal
1008 class TypeWithSize<8> { class in namespace:testing::internal
1020 typedef TypeWithSize<4>::Int Int32;
1021 typedef TypeWithSize<4>::UInt UInt32;
1022 typedef TypeWithSize<8>::Int Int64;
1023 typedef TypeWithSize<
[all...]
H A Dgtest-internal.h337 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits;
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h243 // TypeWithSize - maps an integer to a int type.
2336 // TypeWithSize<4>::UInt
2351 class TypeWithSize { class in namespace:testing::internal
2353 // This prevents the user from using TypeWithSize<N> with incorrect
2360 class TypeWithSize<4> { class in namespace:testing::internal
2372 class TypeWithSize<8> { class in namespace:testing::internal
2384 typedef TypeWithSize<4>::Int Int32;
2385 typedef TypeWithSize<4>::UInt UInt32;
2386 typedef TypeWithSize<8>::Int Int64;
2387 typedef TypeWithSize<
[all...]
H A Dgtest-internal.h268 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits;
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h169 // TypeWithSize - maps an integer to a int type.
1683 // TypeWithSize<4>::UInt
1698 class TypeWithSize { class in namespace:testing::internal
1700 // This prevents the user from using TypeWithSize<N> with incorrect
1707 class TypeWithSize<4> { class in namespace:testing::internal
1719 class TypeWithSize<8> { class in namespace:testing::internal
1732 typedef TypeWithSize<4>::Int Int32;
1733 typedef TypeWithSize<4>::UInt UInt32;
1734 typedef TypeWithSize<8>::Int Int64;
1735 typedef TypeWithSize<
[all...]
H A Dgtest-internal.h321 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits;
/external/gtest/include/gtest/internal/
H A Dgtest-port.h179 // TypeWithSize - maps an integer to a int type.
1852 // TypeWithSize<4>::UInt
1867 class TypeWithSize { class in namespace:testing::internal
1869 // This prevents the user from using TypeWithSize<N> with incorrect
1876 class TypeWithSize<4> { class in namespace:testing::internal
1888 class TypeWithSize<8> { class in namespace:testing::internal
1900 typedef TypeWithSize<4>::Int Int32;
1901 typedef TypeWithSize<4>::UInt UInt32;
1902 typedef TypeWithSize<8>::Int Int64;
1903 typedef TypeWithSize<
[all...]
H A Dgtest-internal.h236 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h171 // TypeWithSize - maps an integer to a int type.
1693 // TypeWithSize<4>::UInt
1708 class TypeWithSize { class in namespace:testing::internal
1710 // This prevents the user from using TypeWithSize<N> with incorrect
1717 class TypeWithSize<4> { class in namespace:testing::internal
1729 class TypeWithSize<8> { class in namespace:testing::internal
1742 typedef TypeWithSize<4>::Int Int32;
1743 typedef TypeWithSize<4>::UInt UInt32;
1744 typedef TypeWithSize<8>::Int Int64;
1745 typedef TypeWithSize<
[all...]
H A Dgtest-internal.h350 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits;
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h169 // TypeWithSize - maps an integer to a int type.
1683 // TypeWithSize<4>::UInt
1698 class TypeWithSize { class in namespace:testing::internal
1700 // This prevents the user from using TypeWithSize<N> with incorrect
1707 class TypeWithSize<4> { class in namespace:testing::internal
1719 class TypeWithSize<8> { class in namespace:testing::internal
1732 typedef TypeWithSize<4>::Int Int32;
1733 typedef TypeWithSize<4>::UInt UInt32;
1734 typedef TypeWithSize<8>::Int Int64;
1735 typedef TypeWithSize<
[all...]
H A Dgtest-internal.h321 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits;
/external/chromium_org/third_party/libvpx/source/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...]
/external/libvpx/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 906 milliseconds