HomeSort by relevance Sort by last modified time
    Searched refs:is_pointer (Results 26 - 41 of 41) sorted by null

12

  /external/chromium/net/socket/
client_socket_pool_manager.h 58 COMPILE_ASSERT(base::is_pointer<Value>::value,
  /external/chromium/testing/gmock/test/
gmock-internal-utils_test.cc 480 TEST(TypeTraitsTest, is_pointer) {
481 EXPECT_FALSE(is_pointer<int>::value);
482 EXPECT_FALSE(is_pointer<char&>::value);
483 EXPECT_TRUE(is_pointer<const int*>::value);
  /external/gtest/include/gtest/internal/
gtest-port.h 113 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
692 // so a tr1::type_traits-like is_pointer works.
708 struct is_pointer : public false_type {}; struct in namespace:testing::internal
711 struct is_pointer<T*> : public true_type {}; struct in namespace:testing::internal
gtest-internal.h 208 // for T and T*, so a tr1::type_traits-like is_pointer works, and we
228 typename internal::is_pointer<T>::type(), value);
233 // These are needed as the above solution using is_pointer has the
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 122 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
799 // so a tr1::type_traits-like is_pointer works.
815 struct is_pointer : public false_type {}; struct in namespace:testing::internal
818 struct is_pointer<T*> : public true_type {}; struct in namespace:testing::internal
    [all...]
gtest-internal.h 203 // for T and T*, so a tr1::type_traits-like is_pointer works, and we
223 typename internal::is_pointer<T>::type(), value);
228 // These are needed as the above solution using is_pointer has the
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-internal.h 195 // tr1::type_traits-like is_pointer works, and we can overload on that.
214 typename internal::is_pointer<T>::type(), value);
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 141 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
1457 struct is_pointer : public false_type {}; struct in namespace:testing::internal
1460 struct is_pointer<T*> : public true_type {}; struct in namespace:testing::internal
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 143 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
1478 struct is_pointer : public false_type {}; struct in namespace:testing::internal
1481 struct is_pointer<T*> : public true_type {}; struct in namespace:testing::internal
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-actions.h 514 GTEST_COMPILE_ASSERT_(internal::is_pointer<Result>::value,
    [all...]
gmock-matchers.h     [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest-printers.h 376 DefaultPrintTo(IsContainerTest<T>(0), is_pointer<T>(), value, os);
gtest.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-printers.h 376 DefaultPrintTo(IsContainerTest<T>(0), is_pointer<T>(), value, os);
gtest.h     [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 625 void is_pointer() function
    [all...]

Completed in 320 milliseconds

12