Searched refs:PropertyNames (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/tools/toolutil/ |
D | ppucd.h | 36 class U_TOOLUTIL_API PropertyNames { 38 virtual ~PropertyNames(); 106 void setPropertyNames(const PropertyNames *pn) { pnames=pn; } in setPropertyNames() 162 PropertyNames *icuPnames; // owned 163 const PropertyNames *pnames; // aliased
|
D | ppucd.cpp | 30 PropertyNames::~PropertyNames() {} in ~PropertyNames() 33 PropertyNames::getPropertyEnum(const char *name) const { in getPropertyEnum() 38 PropertyNames::getPropertyValueEnum(int32_t property, const char *name) const { in getPropertyValueEnum() 58 : icuPnames(new PropertyNames()), pnames(icuPnames), in PreparsedUCD()
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | GeneratedClrTypeInfo.cs | 61 public string[] PropertyNames { get; } property in Google.Protobuf.Reflection.GeneratedClrTypeInfo 98 PropertyNames = propertyNames ?? EmptyNames; in GeneratedClrTypeInfo()
|
D | MessageDescriptor.cs | 96 … new FieldDescriptor(field, file, this, index, generatedCodeInfo?.PropertyNames[index], null)); in MessageDescriptor()
|
/external/pdfium/third_party/lcms/src/ |
D | cmscgats.c | 2413 cmsUInt32Number CMSEXPORT cmsIT8EnumProperties(cmsHANDLE hIT8, char ***PropertyNames) in cmsIT8EnumProperties() argument 2441 *PropertyNames = Props; in cmsIT8EnumProperties()
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2.h | 1840 CMSAPI cmsUInt32Number CMSEXPORT cmsIT8EnumProperties(cmsHANDLE hIT8, char ***PropertyNames);
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 850 llvm::DenseMap<IdentifierInfo*, llvm::GlobalVariable*> PropertyNames; member in __anona2a7c1840111::CGObjCCommonMac 5121 llvm::GlobalVariable *&Entry = PropertyNames[Ident]; in GetPropertyName()
|