HomeSort by relevance Sort by last modified time
    Searched defs:PropertyNames (Results 1 - 4 of 4) sorted by null

  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
GeneratedClrTypeInfo.cs 60 public string[] PropertyNames { get; }
85 public GeneratedClrTypeInfo(Type clrType, MessageParser parser, string[] propertyNames, string[] oneofNames, Type[] nestedEnums, GeneratedClrTypeInfo[] nestedTypes)
91 PropertyNames = propertyNames ?? EmptyNames;
  /external/icu/icu4c/source/tools/toolutil/
ppucd.cpp 30 PropertyNames::~PropertyNames() {}
33 PropertyNames::getPropertyEnum(const char *name) const {
38 PropertyNames::getPropertyValueEnum(int32_t property, const char *name) const {
58 : icuPnames(new PropertyNames()), pnames(icuPnames),
ppucd.h 36 class U_TOOLUTIL_API PropertyNames {
38 virtual ~PropertyNames();
105 /** Sets (aliases) a non-standard PropertyNames implementation. Caller retains ownership. */
106 void setPropertyNames(const PropertyNames *pn) { pnames=pn; }
162 PropertyNames *icuPnames; // owned
163 const PropertyNames *pnames; // aliased
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 909 milliseconds