Home
last modified time | relevance | path

Searched refs:_Type (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/Driver/
DInputInfo.h46 InputInfo(types::ID _Type, const char *_BaseInput) in InputInfo() argument
47 : Kind(Nothing), Type(_Type), BaseInput(_BaseInput) { in InputInfo()
49 InputInfo(const char *_Filename, types::ID _Type, const char *_BaseInput) in InputInfo() argument
50 : Kind(Filename), Type(_Type), BaseInput(_BaseInput) { in InputInfo()
53 InputInfo(const llvm::opt::Arg *_InputArg, types::ID _Type, in InputInfo() argument
55 : Kind(InputArg), Type(_Type), BaseInput(_BaseInput) { in InputInfo()
DAction.cpp48 InputAction::InputAction(const Arg &_Input, types::ID _Type) in InputAction() argument
49 : Action(InputClass, _Type), Input(_Input) { in InputAction()
/external/opencv3/modules/videoio/src/
Dppltasks_winrt.hpp180 template <typename _Type> class task;
292 typedef _Ty _Type; typedef
298 typedef _Unit_type _Type; typedef
316 typedef _Ty _Type; typedef
322 typedef _Ty _Type; typedef
330 template <typename _Type>
333 typedef _Type _Value;
336 template <typename _Type>
337 struct _Unhat<_Type*>
339 typedef _Type _Value;
[all …]
Dcap_msmf.hpp16 template<typename _Type, bool bUnknown = std::is_base_of<IUnknown, _Type>::value>
20 template<typename _Type>
21 struct winrt_type<_Type, true>
23 static IUnknown* create(_Type* _ObjInCtx) { in create()
26 static IID getuuid() { return __uuidof(_Type); } in getuuid()
29 template <typename _Type>
30 struct winrt_type<_Type, false>
32 static IUnknown* create(_Type* _ObjInCtx) { in create()
41 hr = winrt_type<_Type>::create(spPropVal.Get(), _ObjInCtx, _PObj.GetAddressOf()); in create()
69 template<typename _Type>
[all …]
/external/opencv3/modules/highgui/src/
Dppltasks_winrt.h180 template <typename _Type> class task;
292 typedef _Ty _Type; typedef
298 typedef _Unit_type _Type;
316 typedef _Ty _Type;
322 typedef _Ty _Type;
330 template <typename _Type>
333 typedef _Type _Value;
336 template <typename _Type>
337 struct _Unhat<_Type*>
339 typedef _Type _Value;
[all …]
/external/clang/include/clang/ASTMatchers/
DASTMatchersMacros.h81 typedef ReturnType (&DefineMatcher##_Type##OverloadId)(ParamType const &); \
156 &DefineMatcher##_Type##OverloadId)(ParamType const &Param); \
207 &DefineMatcher##_Type##OverloadId)(ParamType1 const &Param1, \
298 ReturnTypesF>(&DefineMatcher##_Type##OverloadId)( \
352 ParamType2, ReturnTypesF>(&DefineMatcher##_Type##OverloadId)( \
/external/skia/src/core/
DSkRecord.h173 #define CASE(T) case SkRecords::T##_Type: return f(*(const SkRecords::T*)this->ptr()); in visit()
183 #define CASE(T) case SkRecords::T##_Type: return f((SkRecords::T*)this->ptr()); in mutate()
/external/skia/include/core/
DSkFlattenable.h61 return k##flattenable##_Type; \
/external/skia/tools/
DDumpRecord.cpp97 #define CASE(U) case SkRecords::U##_Type: return #U; in NameOf()
/external/skia/include/private/
DSkRecords.h72 #define ENUM(T) T##_Type,
187 static const Type kType = T##_Type; \
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp58 static_cast< ::clang::ast_matchers::name##_Type##Id>( \
/external/opencv3/modules/python/src2/
Dcv2.cpp1207 #define MKTYPE2(NAME) pyopencv_##NAME##_specials(); if (!to_ok(&pyopencv_##NAME##_Type)) return NUL…
1209 #define MKTYPE2(NAME) pyopencv_##NAME##_specials(); if (!to_ok(&pyopencv_##NAME##_Type)) return
/external/clang/docs/
DInternalsManual.rst808 .. _Type:
/external/llvm/docs/
DProgrammersManual.rst2597 .. _Type: