Home
last modified time | relevance | path

Searched refs:PropertyNames (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
Dppucd.h36 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
Dppucd.cpp30 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/
DGeneratedClrTypeInfo.cs61 public string[] PropertyNames { get; } property in Google.Protobuf.Reflection.GeneratedClrTypeInfo
98 PropertyNames = propertyNames ?? EmptyNames; in GeneratedClrTypeInfo()
DMessageDescriptor.cs96 … new FieldDescriptor(field, file, this, index, generatedCodeInfo?.PropertyNames[index], null)); in MessageDescriptor()
/external/pdfium/third_party/lcms/src/
Dcmscgats.c2413 cmsUInt32Number CMSEXPORT cmsIT8EnumProperties(cmsHANDLE hIT8, char ***PropertyNames) in cmsIT8EnumProperties() argument
2441 *PropertyNames = Props; in cmsIT8EnumProperties()
/external/pdfium/third_party/lcms/include/
Dlcms2.h1840 CMSAPI cmsUInt32Number CMSEXPORT cmsIT8EnumProperties(cmsHANDLE hIT8, char ***PropertyNames);
/external/clang/lib/CodeGen/
DCGObjCMac.cpp850 llvm::DenseMap<IdentifierInfo*, llvm::GlobalVariable*> PropertyNames; member in __anona2a7c1840111::CGObjCCommonMac
5121 llvm::GlobalVariable *&Entry = PropertyNames[Ident]; in GetPropertyName()