Searched refs:impl_type (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/ |
| H A D | shared_count.hpp | 241 typedef sp_counted_impl_pda<P, D, A> impl_type; in shared_count() typedef 245 typedef typename std::allocator_traits<A>::template rebind_alloc< impl_type > A2; in shared_count() 249 typedef typename A::template rebind< impl_type >::other A2; in shared_count() 260 ::new( static_cast< void* >( pi_ ) ) impl_type( p, d, a ); in shared_count() 268 a2.deallocate( static_cast< impl_type* >( pi_ ), 1 ); in shared_count() 280 ::new( static_cast< void* >( pi_ ) ) impl_type( p, d, a ); in shared_count() 298 typedef sp_counted_impl_pda< P, D, A > impl_type; in shared_count() typedef 302 typedef typename std::allocator_traits<A>::template rebind_alloc< impl_type > A2; in shared_count() 306 typedef typename A::template rebind< impl_type >::other A2; in shared_count() 317 ::new( static_cast< void* >( pi_ ) ) impl_type( p, a ); in shared_count() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/detail/ |
| H A D | segmented_fold_until_impl.hpp | 73 typedef result_of::make_segmented_iterator<Cur, Context> impl_type; in make_segmented_iterator() typedef 74 typedef typename impl_type::type type; in make_segmented_iterator() 75 typedef typename impl_type::range_type range_type; in make_segmented_iterator()
|
| /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 D | xmethods.py | 588 impl_type = obj.dereference().type.fields()[0].type.tag 590 if re.match('^std::(__\d+::)?__uniq_ptr_(data|impl)<.*>$', impl_type): 592 elif re.match('^std::(__\d+::)?tuple<.*>$', impl_type):
|
| H A D | printers.py | 248 impl_type = val.type.fields()[0].type.strip_typedefs() 250 if is_specialization_of(impl_type, '__uniq_ptr_data') \ 251 or is_specialization_of(impl_type, '__uniq_ptr_impl'): 253 elif is_specialization_of(impl_type, 'tuple'): 256 raise ValueError("Unsupported implementation for unique_ptr: %s" % str(impl_type)) 265 … raise ValueError("Unsupported implementation for tuple in unique_ptr: %s" % str(impl_type))
|
| /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 D | xmethods.py | 588 impl_type = obj.dereference().type.fields()[0].type.tag 590 if re.match('^std::(__\d+::)?__uniq_ptr_(data|impl)<.*>$', impl_type): 592 elif re.match('^std::(__\d+::)?tuple<.*>$', impl_type):
|
| H A D | printers.py | 248 impl_type = val.type.fields()[0].type.strip_typedefs() 250 if is_specialization_of(impl_type, '__uniq_ptr_data') \ 251 or is_specialization_of(impl_type, '__uniq_ptr_impl'): 253 elif is_specialization_of(impl_type, 'tuple'): 256 raise ValueError("Unsupported implementation for unique_ptr: %s" % str(impl_type)) 265 … raise ValueError("Unsupported implementation for tuple in unique_ptr: %s" % str(impl_type))
|