Home
last modified time | relevance | path

Searched defs:PropName (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp456 #define MAKE_PROPERTY_BACKING(Type, PropName) property Type PropName; argument
457 #define MAKE_PROPERTY(Type, PropName, PropValue) argument
458 #define MAKE_PROPERTY_STRING(Type, PropName, PropValue) argument
459 #define MAKE_READONLY_PROPERTY(Type, PropName, PropValue) property Type PropName\ argument
547 #define MAKE_PROPERTY_BACKING(Type, PropName) Type PropName; argument
548 #define MAKE_PROPERTY(Type, PropName, PropValue) STDMETHODIMP get_##PropName(Type* pVal) { if (pVal… argument
550 #define MAKE_PROPERTY_STRING(Type, PropName, PropValue) STDMETHODIMP get_##PropName(Type* pVal) { i… argument
552 #define MAKE_READONLY_PROPERTY(Type, PropName, PropValue) STDMETHODIMP get_##PropName(Type* pVal) {… argument
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp86 if (const char *PropName = ApplePropertyString(Bit)) in dumpApplePropertyAttribute() local
/external/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp325 StringRef PropName = Prop->getIdentifier()->getName(); in findPropertyBackingIvar() local
/external/clang/lib/Sema/
DSemaCodeComplete.cpp6400 IdentifierInfo *PropName = Property->getIdentifier(); in AddObjCKeyValueCompletions() local