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

/art/libdexfile/dex/
H A Ddescriptors_names.cc290 enum ClassNameType { kName, kDescriptor }; enumerator in enum:art::ClassNameType
305 if (type != kDescriptor && arrayCount != 0) {
312 type = kDescriptor;
315 if (type == kDescriptor) {
370 return (type == kDescriptor) && !sepOrFirst && (s[1] == '\0');
403 return IsValidClassName<kDescriptor, '/'>(s);

Completed in 38 milliseconds