Searched refs:_Type (Results 1 – 14 of 14) sorted by relevance
/external/clang/lib/Driver/ |
D | InputInfo.h | 46 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()
|
D | Action.cpp | 48 InputAction::InputAction(const Arg &_Input, types::ID _Type) in InputAction() argument 49 : Action(InputClass, _Type), Input(_Input) { in InputAction()
|
/external/opencv3/modules/videoio/src/ |
D | ppltasks_winrt.hpp | 180 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 …]
|
D | cap_msmf.hpp | 16 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/ |
D | ppltasks_winrt.h | 180 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/ |
D | ASTMatchersMacros.h | 81 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/ |
D | SkRecord.h | 173 #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/ |
D | SkFlattenable.h | 61 return k##flattenable##_Type; \
|
/external/skia/tools/ |
D | DumpRecord.cpp | 97 #define CASE(U) case SkRecords::U##_Type: return #U; in NameOf()
|
/external/skia/include/private/ |
D | SkRecords.h | 72 #define ENUM(T) T##_Type, 187 static const Type kType = T##_Type; \
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 58 static_cast< ::clang::ast_matchers::name##_Type##Id>( \
|
/external/opencv3/modules/python/src2/ |
D | cv2.cpp | 1207 #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/ |
D | InternalsManual.rst | 808 .. _Type:
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 2597 .. _Type:
|