Searched refs:array_indicator (Results 1 – 1 of 1) sorted by relevance
113 static const std::string array_indicator = "[]"; in InversePrettyDescriptor() local114 while ((pos = pretty_descriptor.find(array_indicator, pos)) != std::string::npos) { in InversePrettyDescriptor()119 pos += array_indicator.length(); in InversePrettyDescriptor()