Searched refs:RemoveParam (Results 1 – 3 of 3) sorted by relevance
249 EXPECT_TRUE(codec.RemoveParam("a")); in TEST_F()250 EXPECT_FALSE(codec.RemoveParam("c")); in TEST_F()
107 bool RemoveParam(const std::string& name);
150 bool Codec::RemoveParam(const std::string& name) { in RemoveParam() function in cricket::Codec