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