Home
last modified time | relevance | path

Searched refs:array_indicator (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/art/libdexfile/dex/
H A Ddescriptors_names.cc109 static const std::string array_indicator = "[]"; in InversePrettyDescriptor() local
110 while ((pos = pretty_descriptor.find(array_indicator, pos)) != std::string::npos) { in InversePrettyDescriptor()
115 pos += array_indicator.length(); in InversePrettyDescriptor()