Searched refs:kDescriptor (Results 1 – 1 of 1) sorted by relevance
795 enum ClassNameType { kName, kDescriptor }; enumerator815 type = kDescriptor; in IsValidClassName()818 if (type == kDescriptor) { in IsValidClassName()873 return (type == kDescriptor) && !sepOrFirst && (s[1] == '\0'); in IsValidClassName()906 return IsValidClassName(s, kDescriptor, '/'); in IsValidDescriptor()