Home | History | Annotate | Download | only in runtime

Lines Matching refs:kDescriptor

759 enum ClassNameType { kName, kDescriptor };
779 type = kDescriptor;
782 if (type == kDescriptor) {
837 return (type == kDescriptor) && !sepOrFirst && (s[1] == '\0');
870 return IsValidClassName(s, kDescriptor, '/');