Searched refs:gTypeMap (Results 1 – 3 of 3) sorted by relevance
23 } gTypeMap[] = { in block_type() local44 const auto* map_entry = std::lower_bound(std::begin(gTypeMap), in block_type()45 std::end (gTypeMap), in block_type()51 return (map_entry != std::end(gTypeMap) && !strcmp(map_entry->name, key.name)) in block_type()
118 static constexpr std::tuple<const char*, SkSVGFeColorMatrixType> gTypeMap[] = { in parse() local125 return this->parseEnumMap(gTypeMap, type) && this->parseEOSToken(); in parse()
104 static constexpr std::tuple<const char*, SkSVGFeInputType::Type> gTypeMap[] = { in parse() local116 if (this->parseEnumMap(gTypeMap, &t)) { in parse()