Home
last modified time | relevance | path

Searched defs:objtype (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp466 #define GET_WRL_OBJ_FROM_REF(objtype, obj, orig, hr) objtype^ obj = orig;\ argument
468 #define GET_WRL_OBJ_FROM_OBJ(objtype, obj, orig, hr) objtype^ obj = safe_cast<objtype^>(orig);\ argument
488 #define ACTIVATE_LOCAL_OBJ_BASE(objtype) ref new objtype() argument
489 #define ACTIVATE_LOCAL_OBJ(objtype, ...) ref new objtype(__VA_ARGS__) argument
490 #define ACTIVATE_EVENT_HANDLER(objtype, ...) ref new objtype(__VA_ARGS__) argument
491 #define ACTIVATE_OBJ(rtclass, objtype, obj, hr) MAKE_WRL_OBJ(objtype) obj = ref new objtype();\ argument
493 #define ACTIVATE_STATIC_OBJ(rtclass, objtype, obj, hr) objtype obj;\ argument
556 #define GET_WRL_OBJ_FROM_REF(objtype, obj, orig, hr) Microsoft::WRL::ComPtr<objtype> obj;\ argument
558 #define GET_WRL_OBJ_FROM_OBJ(objtype, obj, orig, hr) Microsoft::WRL::ComPtr<objtype> obj;\ argument
571 #define ACTIVATE_LOCAL_OBJ_BASE(objtype) Microsoft::WRL::Make<objtype>() argument
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
Dproperty.py54 def __get__(self, obj, objtype): argument
233 def __get__(self, obj, objtype): argument
283 def __get__(self, obj, objtype): argument
489 def __get__(self, obj, objtype): argument
585 def __get__(self, obj, objtype): argument