OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_pointer
(Results
76 - 100
of
116
) sorted by null
1
2
3
4
5
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
type_traits
167
///
is_pointer
169
struct
is_pointer
300
||
is_pointer
<_Tp>::value
[
all
...]
functional
249
(
is_pointer
<_Functor>::value
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
type_traits
167
///
is_pointer
169
struct
is_pointer
300
||
is_pointer
<_Tp>::value
[
all
...]
functional
249
(
is_pointer
<_Functor>::value
[
all
...]
/external/open-vcdiff/gtest/include/gtest/internal/
gtest-port.h
122
//
is_pointer
- as in TR1; needed on Symbian and IBM XL C/C++ only.
807
// so a tr1::type_traits-like
is_pointer
works.
823
struct
is_pointer
: public false_type {};
struct in namespace:testing::internal
826
struct
is_pointer
<T*> : public true_type {};
struct in namespace:testing::internal
[
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
...]
/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);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
type_traits
289
///
is_pointer
291
struct
is_pointer
451
: public __or_<is_arithmetic<_Tp>, is_enum<_Tp>,
is_pointer
<_Tp>,
[
all
...]
/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/gtest/include/gtest/internal/
gtest-port.h
142
//
is_pointer
- as in TR1; needed on Symbian and IBM XL C/C++ only.
1491
struct
is_pointer
: public false_type {};
struct in namespace:testing::internal
1494
struct
is_pointer
<T*> : public true_type {};
struct in namespace:testing::internal
[
all
...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h
142
//
is_pointer
- as in TR1; needed on Symbian and IBM XL C/C++ only.
1473
struct
is_pointer
: public false_type {};
struct in namespace:testing::internal
1476
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/llvm/include/llvm/ADT/
Hashing.h
348
// FIXME: We want to replace is_integral_or_enum and
is_pointer
here with
356
is_pointer
<T>::value) &&
/ndk/sources/cxx-stl/llvm-libc++/include/
memory
[
all
...]
type_traits
34
template <class T> struct
is_pointer
;
263
//
is_pointer
268
template <class _Tp> struct _LIBCPP_VISIBLE
is_pointer
389
!
is_pointer
<_Tp>::value &&
416
is_pointer
<_Tp>::value ||
[
all
...]
iterator
[
all
...]
/external/chromium/testing/gmock/include/gmock/
gmock-matchers.h
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
functional
287
(
is_pointer
<_Functor>::value
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
functional
249
(
is_pointer
<_Functor>::value
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
functional
306
(
is_pointer
<_Functor>::value
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
functional
306
(
is_pointer
<_Functor>::value
[
all
...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional
287
(
is_pointer
<_Functor>::value
[
all
...]
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional
287
(
is_pointer
<_Functor>::value
[
all
...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional
287
(
is_pointer
<_Functor>::value
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
functional
287
(
is_pointer
<_Functor>::value
[
all
...]
Completed in 1900 milliseconds
1
2
3
4
5