Searched refs:searchLabel (Results 1 – 1 of 1) sorted by relevance
530 std::optional<int> getValue(const label* labels, const char* searchLabel) { in getValue() argument532 while (labels->name != nullptr && ::strcasecmp(labels->name, searchLabel) != 0) { in getValue()