Home
last modified time | relevance | path

Searched refs:RemoveParam (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/talk/media/base/
Dcodec_unittest.cc249 EXPECT_TRUE(codec.RemoveParam("a")); in TEST_F()
250 EXPECT_FALSE(codec.RemoveParam("c")); in TEST_F()
Dcodec.h107 bool RemoveParam(const std::string& name);
Dcodec.cc150 bool Codec::RemoveParam(const std::string& name) { in RemoveParam() function in cricket::Codec