Searched defs:PropName (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | cap_msmf.hpp | 456 #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/ |
D | DWARFDebugInfoEntry.cpp | 86 if (const char *PropName = ApplePropertyString(Bit)) in dumpApplePropertyAttribute() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | IvarInvalidationChecker.cpp | 325 StringRef PropName = Prop->getIdentifier()->getName(); in findPropertyBackingIvar() local
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 6400 IdentifierInfo *PropName = Property->getIdentifier(); in AddObjCKeyValueCompletions() local
|