Searched refs:kDescriptor (Results 1 – 1 of 1) sorted by relevance
292 enum ClassNameType { kName, kDescriptor }; enumerator307 if (type != kDescriptor && arrayCount != 0) { in IsValidClassName()314 type = kDescriptor; in IsValidClassName()317 if (type == kDescriptor) { in IsValidClassName()372 return (type == kDescriptor) && !sepOrFirst && (s[1] == '\0'); in IsValidClassName()405 return IsValidClassName<kDescriptor, '/'>(s); in IsValidDescriptor()