Searched refs:GetValueFromString (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp.cc570 static bool GetValueFromString(const std::string& line, function in namespace:webrtc
985 if (!GetValueFromString(first_line, fields[1], &component_id, error)) {
990 if (!GetValueFromString(first_line, fields[3], &priority, error)) {
995 if (!GetValueFromString(first_line, fields[5], &port, error)) {
1029 if (!GetValueFromString(
1068 if (!GetValueFromString(first_line, fields[++i], &generation, error)) {
1147 if (!GetValueFromString(line, sub_fields[0], &value, error)) {
2184 if (!GetValueFromString(line, fields[j], &pl, error)) {
2502 if (!GetValueFromString(line, bandwidth, &b, error)) {
2637 if (!GetValueFromString(lin
[all...]

Completed in 31 milliseconds