Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/utils/
H A Dmeta.h74 struct is_pointer<T> : public std::is_pointer<T>::type { struct
78 struct is_pointer<T, U> : public meta_and<is_pointer<T>, is_pointer<U>>::type { struct
/third_party/mesa3d/src/mapi/glapi/gen/
H A Dtypeexpr.py264 def is_pointer(self): member in type_expression
H A Dgl_XML.py483 def is_pointer(self): member in gl_parameter
/third_party/libphonenumber/cpp/src/phonenumbers/base/
H A Dtemplate_util.h27 template <class T> struct is_pointer : false_type {}; struct
28 template <class T> struct is_pointer<T*> : true_type {}; struct
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dtype_traits.h122 struct is_pointer : false_type {}; struct
124 struct is_pointer<T*> : true_type {}; struct
/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dhil_kbd.c85 bool is_pointer; member
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dhil_kbd.c85 bool is_pointer; member
/third_party/skia/third_party/externals/tint/src/transform/
H A Dmodule_scope_var_to_entry_point_param.cc143 bool is_pointer; in Process() member
182 bool is_pointer = false; in Process() local
/third_party/eudev/src/udev/
H A Dudev-builtin-input_id.c323 bool is_pointer; in builtin_input_id() local
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-trace.c3398 bool is_pointer = field->flags & TEP_FIELD_IS_POINTER, local
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-trace.c3382 bool is_pointer = field->flags & TEP_FIELD_IS_POINTER, local

Completed in 19 milliseconds