Home
last modified time | relevance | path

Searched refs:class_type (Results 1 – 25 of 31) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/
H A Dclass_member_traits.hpp11 typedef U class_type; typedef
17 typedef U class_type; typedef
23 typedef U class_type; typedef
29 typedef U class_type; typedef
35 typedef U class_type; typedef
41 typedef U class_type; typedef
47 typedef U class_type; typedef
53 typedef U class_type; typedef
59 typedef U class_type; typedef
65 typedef U class_type; typedef
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gcc-10.3.1/python/libstdcxx/v6/
H A Dxmethods.py150 def match(self, class_type, method_name): argument
151 if not re.match('^std::(__\d+::)?array<.*>$', class_type.tag):
157 value_type = class_type.template_argument(0)
158 size = class_type.template_argument(1)
267 def match(self, class_type, method_name): argument
268 if not re.match('^std::(__\d+::)?deque<.*>$', class_type.tag):
273 return method.worker_class(class_type.template_argument(0))
311 def match(self, class_type, method_name): argument
312 if not re.match('^std::(__\d+::)?forward_list<.*>$', class_type.tag):
317 val_type = class_type.template_argument(0)
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gcc-10.3.1/python/libstdcxx/v6/
H A Dxmethods.py150 def match(self, class_type, method_name): argument
151 if not re.match('^std::(__\d+::)?array<.*>$', class_type.tag):
157 value_type = class_type.template_argument(0)
158 size = class_type.template_argument(1)
267 def match(self, class_type, method_name): argument
268 if not re.match('^std::(__\d+::)?deque<.*>$', class_type.tag):
273 return method.worker_class(class_type.template_argument(0))
311 def match(self, class_type, method_name): argument
312 if not re.match('^std::(__\d+::)?forward_list<.*>$', class_type.tag):
317 val_type = class_type.template_argument(0)
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/context/detail/preprocessed/
H A Ddefault_eval.hpp35 typedef typename detail::class_member_traits<function_type>::class_type class_type; in invoke() typedef
37 … BOOST_PROTO_GET_POINTER(class_type, (proto::eval(proto::child_c< 1>( expr), context))) ->* in invoke()
69 typedef typename detail::class_member_traits<function_type>::class_type class_type; in invoke() typedef
71 … BOOST_PROTO_GET_POINTER(class_type, (proto::eval(proto::child_c< 1>( expr), context))) ->* in invoke()
103 typedef typename detail::class_member_traits<function_type>::class_type class_type; in invoke() typedef
105 … BOOST_PROTO_GET_POINTER(class_type, (proto::eval(proto::child_c< 1>( expr), context))) ->* in invoke()
137 typedef typename detail::class_member_traits<function_type>::class_type class_type; in invoke() typedef
139 … BOOST_PROTO_GET_POINTER(class_type, (proto::eval(proto::child_c< 1>( expr), context))) ->* in invoke()
171 typedef typename detail::class_member_traits<function_type>::class_type class_type; in invoke() typedef
173 … BOOST_PROTO_GET_POINTER(class_type, (proto::eval(proto::child_c< 1>( expr), context))) ->* in invoke()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/preprocessed/
H A Ddefault_function_impl.hpp50 typedef typename detail::class_member_traits<function_type>::class_type class_type; in invoke() typedef
52 …BOOST_PROTO_GET_POINTER(class_type, (typename Grammar::template impl<e1, State, Data>()( proto::ch… in invoke()
98 typedef typename detail::class_member_traits<function_type>::class_type class_type; in invoke() typedef
100 …BOOST_PROTO_GET_POINTER(class_type, (typename Grammar::template impl<e1, State, Data>()( proto::ch… in invoke()
146 typedef typename detail::class_member_traits<function_type>::class_type class_type; in invoke() typedef
148 …BOOST_PROTO_GET_POINTER(class_type, (typename Grammar::template impl<e1, State, Data>()( proto::ch… in invoke()
194 typedef typename detail::class_member_traits<function_type>::class_type class_type; in invoke() typedef
196 …BOOST_PROTO_GET_POINTER(class_type, (typename Grammar::template impl<e1, State, Data>()( proto::ch… in invoke()
242 typedef typename detail::class_member_traits<function_type>::class_type class_type; in invoke() typedef
244 …BOOST_PROTO_GET_POINTER(class_type, (typename Grammar::template impl<e1, State, Data>()( proto::ch… in invoke()
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/
H A Dpluginbase.py67 class_type = type.__new__(cls, name, bases, attrs)
69 PLUGINS[class_type.wic_plugin_type][attrs['name']] = class_type
71 return class_type
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/context/detail/
H A Ddefault_eval.hpp72 typedef typename detail::class_member_traits<function_type>::class_type class_type; in invoke() typedef
74 BOOST_PROTO_GET_POINTER(class_type, (BOOST_PROTO_DEFAULT_EVAL(~, 1, expr))) ->* in invoke()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/
H A Ddefault_function_impl.hpp87 typedef typename detail::class_member_traits<function_type>::class_type class_type; in invoke() typedef
89 BOOST_PROTO_GET_POINTER(class_type, (BOOST_PROTO_DEFAULT_EVAL(~, 1, e))) ->* in invoke()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/
H A Dxmethod.py82 def match(self, class_type, method_name): argument
204 def match(self, class_type, method_name): argument
205 cm = re.match(self._class_matcher, str(class_type.unqualified().tag))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/
H A Dxmethod.py82 def match(self, class_type, method_name): argument
204 def match(self, class_type, method_name): argument
205 cm = re.match(self._class_matcher, str(class_type.unqualified().tag))
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Dclass_member_traits.hpp38 typedef U class_type; typedef
45 typedef U class_type; typedef
H A Ddecltype.hpp192 typedef U class_type; typedef
330 >::class_type
424 typedef typename class_member_traits<pmf_type>::class_type V;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/context/
H A Ddefault.hpp367 typedef typename detail::class_member_traits<function_type>::class_type class_type; in invoke() typedef
369 BOOST_PROTO_GET_POINTER(class_type, (BOOST_PROTO_DEFAULT_EVAL(~, 1, expr))) ->* in invoke()
377 typedef typename detail::class_member_traits<function_type>::class_type class_type; in invoke() typedef
379 BOOST_PROTO_GET_POINTER(class_type, (BOOST_PROTO_DEFAULT_EVAL(~, 1, expr))) ->* in invoke()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/
H A Ddefault.hpp546 typedef typename detail::class_member_traits<function_type>::class_type class_type; in invoke() typedef
548 BOOST_PROTO_GET_POINTER(class_type, (BOOST_PROTO_DEFAULT_EVAL(~, 1, e))) ->* in invoke()
562 typedef typename detail::class_member_traits<function_type>::class_type class_type; in invoke() typedef
564 BOOST_PROTO_GET_POINTER(class_type, (BOOST_PROTO_DEFAULT_EVAL(~, 1, e))) ->* in invoke()
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Dsmartreflex-class3.c50 .class_type = SR_CLASS3,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dvtable-verify.h75 tree class_type; /* The record_type of the class. */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dicmp.h118 __u8 class_type; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dvtable-verify.h75 tree class_type; /* The record_type of the class. */ member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function_types/
H A Dcomponents.hpp363 typedef typename detail::bcc_class_transform<C,OrigT,L>::type class_type; typedef
365 typedef mpl::vector2<result_type, class_type> result_and_class_type;
/OK3568_Linux_fs/kernel/include/linux/power/
H A Dsmartreflex.h243 u8 class_type; member
/OK3568_Linux_fs/kernel/scripts/gdb/linux/
H A Ddevice.py20 class_type = CachedType('struct class') variable
/OK3568_Linux_fs/kernel/drivers/atm/
H A Diphase.h810 u32 class_type; /* CBR/VBR/ABR/UBR; use the enum above */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/cp/
H A Dcp-tree.h1692 tree class_type; member
1750 #define current_class_type scope_chain->class_type
5187 class_type, /* "class" types. */ enumerator
6133 tree class_type; member
6534 tree class_type);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/cp/
H A Dcp-tree.h1692 tree class_type; member
1750 #define current_class_type scope_chain->class_type
5187 class_type, /* "class" types. */ enumerator
6133 tree class_type; member
6534 tree class_type);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/
H A Dionic_if.h1971 u8 class_type; member

12