/external/chromium_org/third_party/webrtc/base/ |
D | template_util.h | 32 template <class T> struct is_pointer : false_type {}; struct
|
/external/chromium_org/third_party/webrtc/system_wrappers/interface/ |
D | template_util.h | 34 template <class T> struct is_pointer : false_type {}; struct
|
/external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/ |
D | template_util.h | 27 template <class T> struct is_pointer : false_type {}; struct
|
/external/chromium_org/base/ |
D | template_util.h | 28 template <class T> struct is_pointer : false_type {}; struct
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/ |
D | template_util.h | 27 template <class T> struct is_pointer : false_type {}; struct
|
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/ |
D | template_util.h | 30 template <class T> struct is_pointer : false_type {}; struct
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | template_util.h | 26 template <class T> struct is_pointer : false_type {}; struct
|
/external/clang/test/SemaTemplate/ |
D | temp_class_spec.cpp | 3 struct is_pointer { struct 8 struct is_pointer<T*> { struct 13 struct is_pointer<const T*> { struct 17 int array0[is_pointer<int>::value? -1 : 1]; argument
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | typeexpr.py | 265 def is_pointer(self): member in type_expression
|
D | gl_XML.py | 482 def is_pointer(self): member in gl_parameter
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
D | typeexpr.py | 265 def is_pointer(self): member in type_expression
|
D | gl_XML.py | 482 def is_pointer(self): member in gl_parameter
|
/external/stlport/stlport/stl/ |
D | boost_type_traits.h | 54 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator 126 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-port.h | 815 struct is_pointer : public false_type {}; struct
|
/external/lldb/source/Core/ |
D | Debugger.cpp | 1740 … bool is_pointer = (type_info_flags & ClangASTType::eTypeIsPointer) != 0; in FormatPromptRecurse() local
|
/external/clang/test/SemaCXX/ |
D | type-traits.cpp | 737 void is_pointer() in is_pointer() function
|