OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_pointer
(Results
26 - 30
of
30
) sorted by null
1
2
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h
248
//
is_pointer
- as in TR1; needed on Symbian and IBM XL C/C++ only.
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
[
all
...]
/external/opencv3/modules/ts/include/opencv2/ts/
ts_gtest.h
248
//
is_pointer
- as in TR1; needed on Symbian and IBM XL C/C++ only.
2779
struct
is_pointer
: public false_type {};
struct in namespace:std::tr1
2782
struct
is_pointer
<T*> : public true_type {};
struct in namespace:std::tr1
[
all
...]
/external/protobuf/gtest/fused-src/gtest/
gtest.h
226
//
is_pointer
- as in TR1; needed on Symbian and IBM XL C/C++ only.
2309
struct
is_pointer
: public false_type {};
struct in namespace:std::tr1
2312
struct
is_pointer
<T*> : public true_type {};
struct in namespace:std::tr1
[
all
...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h
248
//
is_pointer
- as in TR1; needed on Symbian and IBM XL C/C++ only.
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
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h
248
//
is_pointer
- as in TR1; needed on Symbian and IBM XL C/C++ only.
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
[
all
...]
Completed in 534 milliseconds
1
2