Searched refs:kDescriptor (Results 1 – 1 of 1) sorted by relevance
758 enum ClassNameType { kName, kDescriptor }; enumerator773 if (type != kDescriptor && arrayCount != 0) { in IsValidClassName()780 type = kDescriptor; in IsValidClassName()783 if (type == kDescriptor) { in IsValidClassName()838 return (type == kDescriptor) && !sepOrFirst && (s[1] == '\0'); in IsValidClassName()871 return IsValidClassName<kDescriptor, '/'>(s); in IsValidDescriptor()