HomeSort by relevance Sort by last modified time
    Searched full:__in (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/opencv3/modules/videoio/src/cap_winrt/
MediaStreamSink.hpp 40 __in const MW::ComPtr<IMFMediaSink>& sink,
41 __in DWORD id,
42 __in const MW::ComPtr<IMFMediaType>& mt,
43 __in MediaSampleHandler^ sampleHandler
54 IFACEMETHODIMP PlaceMarker(__in MFSTREAMSINK_MARKER_TYPE markerType, __in const PROPVARIANT * markerValue, __in const PROPVARIANT * contextValue);
61 IFACEMETHODIMP GetEvent(__in DWORD flags, __deref_out IMFMediaEvent **event);
62 IFACEMETHODIMP BeginGetEvent(__in IMFAsyncCallback *callback, __in_opt IUnknown *state);
63 IFACEMETHODIMP EndGetEvent(__in IMFAsyncResult *result, __deref_out IMFMediaEvent **event)
    [all...]
MediaStreamSink.cpp 32 __in const MW::ComPtr<IMFMediaSink>& sink,
33 __in DWORD id,
34 __in const MW::ComPtr<IMFMediaType>& mt,
35 __in MediaSampleHandler^ sampleHandler
133 HRESULT MediaStreamSink::PlaceMarker(__in MFSTREAMSINK_MARKER_TYPE /*markerType*/, __in const PROPVARIANT * /*markerValue*/, __in const PROPVARIANT * contextValue)
156 HRESULT MediaStreamSink::GetEvent(__in DWORD flags, __deref_out IMFMediaEvent **event)
178 HRESULT MediaStreamSink::BeginGetEvent(__in IMFAsyncCallback *callback, __in_opt IUnknown *state)
191 HRESULT MediaStreamSink::EndGetEvent(__in IMFAsyncResult *result, __deref_out IMFMediaEvent **event
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
tuple 267 _Tuple_impl(_Tuple_impl&& __in)
270 : _Inherited(std::move(_M_tail(__in))),
271 _Base(std::forward<_Head>(_M_head(__in))) { }
274 constexpr _Tuple_impl(const _Tuple_impl<_Idx, _UElements...>& __in)
275 : _Inherited(_Tuple_impl<_Idx, _UElements...>::_M_tail(__in)),
276 _Base(_Tuple_impl<_Idx, _UElements...>::_M_head(__in)) { }
279 constexpr _Tuple_impl(_Tuple_impl<_Idx, _UHead, _UTails...>&& __in)
281 (_Tuple_impl<_Idx, _UHead, _UTails...>::_M_tail(__in))),
283 (_Tuple_impl<_Idx, _UHead, _UTails...>::_M_head(__in))) { }
307 const _Tuple_impl& __in)
    [all...]
utility 142 get(std::pair<_Tp1, _Tp2>& __in) noexcept
143 { return __pair_get<_Int>::__get(__in); }
147 get(std::pair<_Tp1, _Tp2>&& __in) noexcept
148 { return __pair_get<_Int>::__move_get(std::move(__in)); }
152 get(const std::pair<_Tp1, _Tp2>& __in) noexcept
153 { return __pair_get<_Int>::__const_get(__in); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
tuple 267 _Tuple_impl(_Tuple_impl&& __in)
270 : _Inherited(std::move(_M_tail(__in))),
271 _Base(std::forward<_Head>(_M_head(__in))) { }
274 constexpr _Tuple_impl(const _Tuple_impl<_Idx, _UElements...>& __in)
275 : _Inherited(_Tuple_impl<_Idx, _UElements...>::_M_tail(__in)),
276 _Base(_Tuple_impl<_Idx, _UElements...>::_M_head(__in)) { }
279 constexpr _Tuple_impl(_Tuple_impl<_Idx, _UHead, _UTails...>&& __in)
281 (_Tuple_impl<_Idx, _UHead, _UTails...>::_M_tail(__in))),
283 (_Tuple_impl<_Idx, _UHead, _UTails...>::_M_head(__in))) { }
307 const _Tuple_impl& __in)
    [all...]
utility 142 get(std::pair<_Tp1, _Tp2>& __in) noexcept
143 { return __pair_get<_Int>::__get(__in); }
147 get(std::pair<_Tp1, _Tp2>&& __in) noexcept
148 { return __pair_get<_Int>::__move_get(std::move(__in)); }
152 get(const std::pair<_Tp1, _Tp2>& __in) noexcept
153 { return __pair_get<_Int>::__const_get(__in); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
tuple 267 _Tuple_impl(_Tuple_impl&& __in)
270 : _Inherited(std::move(_M_tail(__in))),
271 _Base(std::forward<_Head>(_M_head(__in))) { }
274 constexpr _Tuple_impl(const _Tuple_impl<_Idx, _UElements...>& __in)
275 : _Inherited(_Tuple_impl<_Idx, _UElements...>::_M_tail(__in)),
276 _Base(_Tuple_impl<_Idx, _UElements...>::_M_head(__in)) { }
279 constexpr _Tuple_impl(_Tuple_impl<_Idx, _UHead, _UTails...>&& __in)
281 (_Tuple_impl<_Idx, _UHead, _UTails...>::_M_tail(__in))),
283 (_Tuple_impl<_Idx, _UHead, _UTails...>::_M_head(__in))) { }
307 const _Tuple_impl& __in)
    [all...]
utility 142 get(std::pair<_Tp1, _Tp2>& __in) noexcept
143 { return __pair_get<_Int>::__get(__in); }
147 get(std::pair<_Tp1, _Tp2>&& __in) noexcept
148 { return __pair_get<_Int>::__move_get(std::move(__in)); }
152 get(const std::pair<_Tp1, _Tp2>& __in) noexcept
153 { return __pair_get<_Int>::__const_get(__in); }
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
tuple 267 _Tuple_impl(_Tuple_impl&& __in)
270 : _Inherited(std::move(_M_tail(__in))),
271 _Base(std::forward<_Head>(_M_head(__in))) { }
274 constexpr _Tuple_impl(const _Tuple_impl<_Idx, _UElements...>& __in)
275 : _Inherited(_Tuple_impl<_Idx, _UElements...>::_M_tail(__in)),
276 _Base(_Tuple_impl<_Idx, _UElements...>::_M_head(__in)) { }
279 constexpr _Tuple_impl(_Tuple_impl<_Idx, _UHead, _UTails...>&& __in)
281 (_Tuple_impl<_Idx, _UHead, _UTails...>::_M_tail(__in))),
283 (_Tuple_impl<_Idx, _UHead, _UTails...>::_M_head(__in))) { }
307 const _Tuple_impl& __in)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
tuple 105 _Tuple_impl(const _Tuple_impl<_Idx, _UElements...>& __in)
106 : _Inherited(__in._M_tail()), _M_head(__in._M_head) { }
108 _Tuple_impl(const _Tuple_impl& __in)
109 : _Inherited(__in._M_tail()), _M_head(__in._M_head) { }
113 operator=(const _Tuple_impl<_Idx, _UElements...>& __in)
115 _M_head = __in._M_head;
116 _M_tail() = __in._M_tail();
121 operator=(const _Tuple_impl& __in)
    [all...]
utility 96 get(std::pair<_Tp1, _Tp2>& __in)
97 { return __pair_get<_Int>::__get(__in); }
101 get(const std::pair<_Tp1, _Tp2>& __in)
102 { return __pair_get<_Int>::__const_get(__in); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
tuple 105 _Tuple_impl(const _Tuple_impl<_Idx, _UElements...>& __in)
106 : _Inherited(__in._M_tail()), _M_head(__in._M_head) { }
108 _Tuple_impl(const _Tuple_impl& __in)
109 : _Inherited(__in._M_tail()), _M_head(__in._M_head) { }
113 operator=(const _Tuple_impl<_Idx, _UElements...>& __in)
115 _M_head = __in._M_head;
116 _M_tail() = __in._M_tail();
121 operator=(const _Tuple_impl& __in)
    [all...]
utility 96 get(std::pair<_Tp1, _Tp2>& __in)
97 { return __pair_get<_Int>::__get(__in); }
101 get(const std::pair<_Tp1, _Tp2>& __in)
102 { return __pair_get<_Int>::__const_get(__in); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
tuple 105 _Tuple_impl(const _Tuple_impl<_Idx, _UElements...>& __in)
106 : _Inherited(__in._M_tail()), _M_head(__in._M_head) { }
108 _Tuple_impl(const _Tuple_impl& __in)
109 : _Inherited(__in._M_tail()), _M_head(__in._M_head) { }
113 operator=(const _Tuple_impl<_Idx, _UElements...>& __in)
115 _M_head = __in._M_head;
116 _M_tail() = __in._M_tail();
121 operator=(const _Tuple_impl& __in)
    [all...]
utility 96 get(std::pair<_Tp1, _Tp2>& __in)
97 { return __pair_get<_Int>::__get(__in); }
101 get(const std::pair<_Tp1, _Tp2>& __in)
102 { return __pair_get<_Int>::__const_get(__in); }
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
tuple 105 _Tuple_impl(const _Tuple_impl<_Idx, _UElements...>& __in)
106 : _Inherited(__in._M_tail()), _M_head(__in._M_head) { }
108 _Tuple_impl(const _Tuple_impl& __in)
109 : _Inherited(__in._M_tail()), _M_head(__in._M_head) { }
113 operator=(const _Tuple_impl<_Idx, _UElements...>& __in)
115 _M_head = __in._M_head;
116 _M_tail() = __in._M_tail();
121 operator=(const _Tuple_impl& __in)
    [all...]
utility 96 get(std::pair<_Tp1, _Tp2>& __in)
97 { return __pair_get<_Int>::__get(__in); }
101 get(const std::pair<_Tp1, _Tp2>& __in)
102 { return __pair_get<_Int>::__const_get(__in); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
driverspecs.h 18 #define __in macro
  /external/clang/test/SemaObjC/
ivar-lookup.m 96 __typeof(myStatus) __in; // works.
98 __typeof(myStatus) __in; // fails.
101 __typeof(myStatus) __in; // fails.
103 __typeof(myStatus) __in; // fails.
105 __typeof(myStatus) __in; // fails.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
istream.tcc 47 sentry(basic_istream<_CharT, _Traits>& __in, bool __noskip) : _M_ok(false)
50 if (__in.good())
52 if (__in.tie())
53 __in.tie()->flush();
54 if (!__noskip && bool(__in.flags() & ios_base::skipws))
57 __streambuf_type* __sb = __in.rdbuf();
60 const __ctype_type& __ct = __check_facet(__in._M_ctype);
74 if (__in.good() && __err == ios_base::goodbit)
79 __in.setstate(__err);
923 operator>>(basic_istream<_CharT, _Traits>& __in, _CharT& __c
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
istream.tcc 47 sentry(basic_istream<_CharT, _Traits>& __in, bool __noskip) : _M_ok(false)
50 if (__in.good())
52 if (__in.tie())
53 __in.tie()->flush();
54 if (!__noskip && bool(__in.flags() & ios_base::skipws))
57 __streambuf_type* __sb = __in.rdbuf();
60 const __ctype_type& __ct = __check_facet(__in._M_ctype);
74 if (__in.good() && __err == ios_base::goodbit)
79 __in.setstate(__err);
923 operator>>(basic_istream<_CharT, _Traits>& __in, _CharT& __c
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
istream.tcc 47 sentry(basic_istream<_CharT, _Traits>& __in, bool __noskip) : _M_ok(false)
50 if (__in.good())
52 if (__in.tie())
53 __in.tie()->flush();
54 if (!__noskip && bool(__in.flags() & ios_base::skipws))
57 __streambuf_type* __sb = __in.rdbuf();
60 const __ctype_type& __ct = __check_facet(__in._M_ctype);
74 if (__in.good() && __err == ios_base::goodbit)
79 __in.setstate(__err);
923 operator>>(basic_istream<_CharT, _Traits>& __in, _CharT& __c
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
istream.tcc 47 sentry(basic_istream<_CharT, _Traits>& __in, bool __noskip) : _M_ok(false)
50 if (__in.good())
52 if (__in.tie())
53 __in.tie()->flush();
54 if (!__noskip && bool(__in.flags() & ios_base::skipws))
57 __streambuf_type* __sb = __in.rdbuf();
60 const __ctype_type& __ct = __check_facet(__in._M_ctype);
74 if (__in.good() && __err == ios_base::goodbit)
79 __in.setstate(__err);
923 operator>>(basic_istream<_CharT, _Traits>& __in, _CharT& __c
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.tcc 551 operator>>(basic_istream<_CharT, _Traits>& __in,
566 typename __istream_type::sentry __cerb(__in, false);
575 const streamsize __w = __in.width();
578 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc());
580 __int_type __c = __in.rdbuf()->sgetc();
594 __c = __in.rdbuf()->snextc();
600 __in.width(0);
604 __in._M_setstate(__ios_base::badbit);
612 __in._M_setstate(__ios_base::badbit);
619 __in.setstate(__err)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.tcc 551 operator>>(basic_istream<_CharT, _Traits>& __in,
566 typename __istream_type::sentry __cerb(__in, false);
575 const streamsize __w = __in.width();
578 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc());
580 __int_type __c = __in.rdbuf()->sgetc();
594 __c = __in.rdbuf()->snextc();
600 __in.width(0);
604 __in._M_setstate(__ios_base::badbit);
612 __in._M_setstate(__ios_base::badbit);
619 __in.setstate(__err)
    [all...]

Completed in 2325 milliseconds

1 2 3 4