Searched refs:is_pointer (Results 1 - 2 of 2) sorted by path

/frameworks/compile/mclinker/utils/gtest/include/
H A Dgtest.h237 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
2519 // so a tr1::type_traits-like is_pointer works.
2535 struct is_pointer : public false_type {}; struct in namespace:std::tr1
2538 struct is_pointer<T*> : public true_type {}; struct in namespace:std::tr1
8607 StreamHelper(typename internal::is_pointer<T>::type(), value);
8693 // tr1::type_traits-like is_pointer works, and we can overload on that.
9561 DefaultPrintTo(IsContainerTest<T>(0), is_pointer<T>(), value, os);
18416 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
/frameworks/native/include/utils/
H A DTypeHelpers.h44 is_pointer = trait_pointer<TYPE>::value, enumerator in enum:android::traits::__anon1446
46 has_trivial_ctor = is_pointer || trait_trivial_ctor<TYPE>::value,
48 has_trivial_dtor = is_pointer || trait_trivial_dtor<TYPE>::value,
50 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value,
52 has_trivial_move = is_pointer || trait_trivial_move<TYPE>::value
59 is_pointer = false, enumerator in enum:android::aggregate_traits::__anon1447

Completed in 370 milliseconds