Searched refs:PropertyNames (Results 1 – 12 of 12) sorted by relevance
/external/auto/value/src/test/java/com/google/auto/value/processor/ |
D | PropertyNamesTest.java | 43 expect.that(PropertyNames.decapitalizeLikeJavaBeans(input)).isEqualTo(output); in decapitalizeLikeJavaBeans() 45 expect.that(PropertyNames.decapitalizeLikeJavaBeans(null)).isNull(); in decapitalizeLikeJavaBeans() 46 expect.that(PropertyNames.decapitalizeLikeJavaBeans("HTMLPage")).isEqualTo("HTMLPage"); in decapitalizeLikeJavaBeans() 47 expect.that(PropertyNames.decapitalizeLikeJavaBeans("OAuth")).isEqualTo("OAuth"); in decapitalizeLikeJavaBeans() 55 expect.that(PropertyNames.decapitalizeNormally(input)).isEqualTo(output); in decapitalizeNormally() 57 expect.that(PropertyNames.decapitalizeNormally(null)).isNull(); in decapitalizeNormally() 58 expect.that(PropertyNames.decapitalizeNormally("HTMLPage")).isEqualTo("hTMLPage"); in decapitalizeNormally() 59 expect.that(PropertyNames.decapitalizeNormally("OAuth")).isEqualTo("oAuth"); in decapitalizeNormally()
|
/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/auto/value/src/main/java/com/google/auto/value/processor/ |
D | PropertyNames.java | 21 class PropertyNames { class
|
D | BuilderMethodClassifier.java | 368 propertyName = PropertyNames.decapitalizeLikeJavaBeans(methodName.substring(3)); in classifyMethodOneArg() 377 propertyName = PropertyNames.decapitalizeNormally(methodName.substring(3)); in classifyMethodOneArg()
|
D | AutoValueOrOneOfProcessor.java | 621 return PropertyNames.decapitalizeLikeJavaBeans(name); in nameWithoutPrefix()
|
/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 __anon5de159e00111::CGObjCCommonMac 5121 llvm::GlobalVariable *&Entry = PropertyNames[Ident]; in GetPropertyName()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 885 llvm::DenseMap<IdentifierInfo*, llvm::GlobalVariable*> PropertyNames; member in __anonc0ce30ce0111::CGObjCCommonMac 5696 llvm::GlobalVariable *&Entry = PropertyNames[Ident]; in GetPropertyName()
|