HomeSort by relevance Sort by last modified time
    Searched refs:TypeWithSize (Results 1 - 10 of 10) sorted by null

  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-port.h 111 // TypeWithSize - maps an integer to a int type.
512 // TypeWithSize<4>::UInt
527 class TypeWithSize {
529 // This prevents the user from using TypeWithSize<N> with incorrect
536 class TypeWithSize<4> {
548 class TypeWithSize<8> {
560 typedef TypeWithSize<4>::Int Int32;
561 typedef TypeWithSize<4>::UInt UInt32;
562 typedef TypeWithSize<8>::Int Int64;
563 typedef TypeWithSize<8>::UInt UInt64
    [all...]
gtest-internal.h 324 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits;
  /external/gtest/include/gtest/internal/
gtest-port.h 134 // TypeWithSize - maps an integer to a int type.
741 // TypeWithSize<4>::UInt
756 class TypeWithSize {
758 // This prevents the user from using TypeWithSize<N> with incorrect
765 class TypeWithSize<4> {
777 class TypeWithSize<8> {
789 typedef TypeWithSize<4>::Int Int32;
790 typedef TypeWithSize<4>::UInt UInt32;
791 typedef TypeWithSize<8>::Int Int64;
792 typedef TypeWithSize<8>::UInt UInt64
    [all...]
gtest-internal.h 342 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits;
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 143 // TypeWithSize - maps an integer to a int type.
    [all...]
gtest-internal.h 337 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits;
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 166 // TypeWithSize - maps an integer to a int type.
    [all...]
gtest-internal.h 315 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits;
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 170 // TypeWithSize - maps an integer to a int type.
    [all...]
gtest-internal.h 341 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits;
    [all...]

Completed in 236 milliseconds