Home
last modified time | relevance | path

Searched refs:tokenize_with_empty_tokens (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/rtc_base/
Dstring_encode_unittest.cc225 EXPECT_EQ(3ul, tokenize_with_empty_tokens("a.b.c", '.', &fields)); in TEST()
230 EXPECT_EQ(3ul, tokenize_with_empty_tokens("..c", '.', &fields)); in TEST()
235 EXPECT_EQ(1ul, tokenize_with_empty_tokens("", '.', &fields)); in TEST()
Dstring_encode.h76 size_t tokenize_with_empty_tokens(const std::string& source,
Dstring_encode.cc174 size_t tokenize_with_empty_tokens(const std::string& source, in tokenize_with_empty_tokens() function
/external/webrtc/pc/
Dice_server_parsing.cc156 rtc::tokenize_with_empty_tokens(url, '?', &tokens); in ParseIceServerUrl()
161 rtc::tokenize_with_empty_tokens(uri_transport_param, '=', &tokens); in ParseIceServerUrl()
Dsdp_serializer.cc103 rtc::tokenize_with_empty_tokens(str, kDelimiterSemicolonChar, &tokens); in ParseSimulcastLayerList()
115 rtc::tokenize_with_empty_tokens(token, kDelimiterCommaChar, &rid_tokens); in ParseSimulcastLayerList()