Searched defs:is_pointer (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h248 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
2712 // so a tr1::type_traits-like is_pointer works.
2728 struct is_pointer : public false_type {}; struct in namespace:std::tr1
2731 struct is_pointer<T*> : public true_type {}; struct in namespace:std::tr1
3181 StreamHelper(typename internal::is_pointer<T>::type(), value);
3276 // tr1::type_traits-like is_pointer works, and we can overload on that.
3278 inline void StreamHelper(internal::true_type /*is_pointer*/, T* pointer) {
3286 inline void StreamHelper(internal::false_type /*is_pointer*/,
9567 DefaultPrintTo(IsContainerTest<T>(0), is_pointer<T>(), value, os);
18936 typename EnableIf<!is_pointer<T
[all...]

Completed in 97 milliseconds