Searched defs:kDescriptor (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dutils.cc795 enum ClassNameType { kName, kDescriptor }; enumerator in enum:art::ClassNameType
815 type = kDescriptor;
818 if (type == kDescriptor) {
873 return (type == kDescriptor) && !sepOrFirst && (s[1] == '\0');
906 return IsValidClassName(s, kDescriptor, '/');

Completed in 20 milliseconds