Searched refs:_State (Results 1 – 6 of 6) sorted by relevance
/external/xmlrpcpp/src/ |
D | base64.h | 155 template<class _II, class _OI, class _State, class _Endline> 156 _II put(_II _First, _II _Last, _OI _To, _State& /* _St */, _Endline /* _Endl */) const in put() argument 215 template<class _II, class _OI, class _State> 216 _II get(_II _First, _II _Last, _OI _To, _State& _St) const in get()
|
/external/libcxx/include/ |
D | future | 1422 typedef __assoc_state_alloc<_Rp, _Alloc> _State; 1423 typedef typename __allocator_traits_rebind<_Alloc, _State>::type _A2; 1426 unique_ptr<_State, _D2> __hold(__a.allocate(1), _D2(__a, 1)); 1427 ::new(static_cast<void*>(_VSTD::addressof(*__hold.get()))) _State(__a0); 1596 typedef __assoc_state_alloc<_Rp&, _Alloc> _State; 1597 typedef typename __allocator_traits_rebind<_Alloc, _State>::type _A2; 1600 unique_ptr<_State, _D2> __hold(__a.allocate(1), _D2(__a, 1)); 1601 ::new(static_cast<void*>(_VSTD::addressof(*__hold.get()))) _State(__a0); 1733 typedef __assoc_sub_state_alloc<_Alloc> _State; 1734 typedef typename __allocator_traits_rebind<_Alloc, _State>::type _A2; [all …]
|
D | iosfwd | 175 template <class _State> class _LIBCPP_TYPE_VIS_ONLY fpos;
|
/external/opencv3/modules/videoio/src/ |
D | ppltasks_winrt.hpp | 3320 ::Windows::Foundation::AsyncStatus _State; 3322 _State = ::Windows::Foundation::AsyncStatus::Completed; 3324 _State = ::Windows::Foundation::AsyncStatus::Error; 3326 _State = ::Windows::Foundation::AsyncStatus::Canceled; 3331 … _PPLTaskCausalityPlatformID, reinterpret_cast<unsigned long long>(_M_task), _State);
|
/external/opencv3/modules/highgui/src/ |
D | ppltasks_winrt.h | 3320 ::Windows::Foundation::AsyncStatus _State; 3322 _State = ::Windows::Foundation::AsyncStatus::Completed; 3324 _State = ::Windows::Foundation::AsyncStatus::Error; 3326 _State = ::Windows::Foundation::AsyncStatus::Canceled; 3331 … _PPLTaskCausalityPlatformID, reinterpret_cast<unsigned long long>(_M_task), _State);
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/ |
D | ChangeLog.21 | 8569 s/Unknown|Ascending|Descending|Flat/\1_State/.
|