Searched refs:RemoveParam (Results 1 – 6 of 6) sorted by relevance
77 codec.RemoveParam(cricket::kH264FmtpPacketizationMode); in TEST()
120 void RemoveParam(const std::string& name) { params_.erase(name); } in RemoveParam() function
94 bool RemoveParam(const std::string& name);
370 EXPECT_TRUE(codec.RemoveParam("a")); in TEST()371 EXPECT_FALSE(codec.RemoveParam("c")); in TEST()
201 bool Codec::RemoveParam(const std::string& name) { in RemoveParam() function in cricket::Codec
65 params_.RemoveParam("help"); in DelegateProviders()