Searched refs:SetMethod (Results 1 – 5 of 5) sorted by relevance
67 var method = target.SetMethod; in GetSetMethod()
69 …t != null && ((ret.CanRead && ret.GetMethod.IsPublic) || (ret.CanWrite && ret.SetMethod.IsPublic))) in GetProperty()
178 loss_prot_logic_->SetMethod(method); in SetProtectionMethod()
224 void SetMethod(VCMProtectionMethodEnum newMethodType);
518 void VCMLossProtectionLogic::SetMethod( in SetMethod() function in webrtc::media_optimization::VCMLossProtectionLogic