HomeSort by: relevance | last modified time | path
    Searched refs:TypeWithSize (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 225 // TypeWithSize - maps an integer to a int type.
2105 // TypeWithSize<4>::UInt
2120 class TypeWithSize {
2122 // This prevents the user from using TypeWithSize<N> with incorrect
2129 class TypeWithSize<4> {
2141 class TypeWithSize<8> {
2153 typedef TypeWithSize<4>::Int Int32;
2154 typedef TypeWithSize<4>::UInt UInt32;
2155 typedef TypeWithSize<8>::Int Int64;
2156 typedef TypeWithSize<8>::UInt UInt64
    [all...]
gtest-internal.h 242 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits;

Completed in 21 milliseconds