OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_pointer
(Results
76 - 80
of
80
) sorted by null
1
2
3
4
/external/llvm/utils/unittest/googletest/include/gtest/
gtest.h
[
all
...]
/external/chromium/testing/gmock/include/gmock/
gmock-matchers.h
[
all
...]
/external/clang/test/SemaCXX/
type-traits.cpp
672
void
is_pointer
()
function
[
all
...]
/external/ceres-solver/internal/ceres/gmock/
gmock.h
[
all
...]
/external/ceres-solver/internal/ceres/gtest/
gtest.h
237
//
is_pointer
- as in TR1; needed on Symbian and IBM XL C/C++ only.
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
[
all
...]
Completed in 894 milliseconds
1
2
3
4