Home
last modified time | relevance | path

Searched defs:is_pointer (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/interprocess/detail/
Dtype_traits.hpp57 struct is_pointer struct
59 static const bool value = false;
63 struct is_pointer<T*> struct
65 static const bool value = true;
/third_party/boost/boost/type_traits/
Dis_pointer.hpp29 template <class T> struct is_pointer : public integral_constant<bool, __is_pointer(T)>{}; struct
/third_party/libphonenumber/cpp/src/phonenumbers/base/
Dtemplate_util.h27 template <class T> struct is_pointer : false_type {}; struct
/third_party/cef/include/base/
Dcef_template_util.h70 struct is_pointer : false_type {}; struct
/third_party/skia/third_party/externals/tint/src/transform/
Dmodule_scope_var_to_entry_point_param.cc143 bool is_pointer; in Process() member
182 bool is_pointer = false; in Process() local
/third_party/boost/boost/move/detail/
Dunique_ptr_meta_utils.hpp304 struct is_pointer struct
306 static const bool value = false;
310 struct is_pointer<T*> struct
312 static const bool value = true;
Dtype_traits.hpp337 struct is_pointer struct
338 { static const bool value = false; };
341 struct is_pointer<T*> struct
342 { static const bool value = true; };
/third_party/eudev/src/udev/
Dudev-builtin-input_id.c323 bool is_pointer; in builtin_input_id() local
/third_party/boost/libs/serialization/src/
Dbasic_iarchive.cpp89 bool is_pointer; member
/third_party/googletest/googlemock/test/
Dgmock-internal-utils_test.cc542 TEST(TypeTraitsTest, is_pointer) { in TEST() argument
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp12505 bool is_pointer = var_type.pointer; in argument_decl() local