HomeSort by relevance Sort by last modified time
    Searched defs:TypeWithSize (Results 1 - 5 of 5) 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...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 143 // TypeWithSize - maps an integer to a int type.
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 166 // TypeWithSize - maps an integer to a int type.
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 169 // TypeWithSize - maps an integer to a int type.
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 170 // TypeWithSize - maps an integer to a int type.
    [all...]

Completed in 538 milliseconds