Searched refs:gmThresholds (Results 1 – 2 of 2) sorted by relevance
89 std::unordered_map<std::string, int64_t>* gmThresholds) { in get_render_tests() argument90 auto insert = [gmThresholds](const char* s, size_t l) { in get_render_tests()114 gmThresholds->insert({std::move(key), value}); // (*gmThresholds)[s] = value; in get_render_tests()123 if ((gmThresholds->empty() || gmThresholds->count(name) > 0)) { in get_render_tests()