Searched refs:marktypeArr (Results 1 – 1 of 1) sorted by relevance
258 static ax::mojom::MarkerType marktypeArr[] = { in operator ()() local263 for (unsigned j = 0; j < base::size(marktypeArr); j++) { in operator ()()264 if (attr.second[i] & static_cast<int>(marktypeArr[j])) in operator ()()265 list->SetString(index++, ToString(marktypeArr[j])); in operator ()()