Searched refs:leftpart (Results 1 – 1 of 1) sorted by relevance
545 std::string leftpart; in GetValue() local546 if (!rtc::tokenize_first(message, kSdpDelimiterColon, &leftpart, value)) { in GetValue()550 if (leftpart.length() < attribute.length() || in GetValue()551 leftpart.compare(leftpart.length() - attribute.length(), in GetValue()