HomeSort by relevance Sort by last modified time
    Searched refs:TypeWithSize (Results 1 - 11 of 11) 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/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/gtest/include/gtest/internal/
gtest-port.h 169 // TypeWithSize - maps an integer to a int type.
    [all...]
gtest-internal.h 321 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...]
  /frameworks/compile/mclinker/utils/gtest/include/
gtest.h 264 // TypeWithSize - maps an integer to a int type.
    [all...]

Completed in 516 milliseconds