Home
last modified time | relevance | path

Searched refs:SetMethod (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/Compatibility/
DPropertyInfoExtensions.cs67 var method = target.SetMethod; in GetSetMethod()
DTypeExtensions.cs69 …t != null && ((ret.CanRead && ret.GetMethod.IsPublic) || (ret.CanWrite && ret.SetMethod.IsPublic))) in GetProperty()
/external/webrtc/modules/video_coding/
Dfec_controller_default.cc178 loss_prot_logic_->SetMethod(method); in SetProtectionMethod()
Dmedia_opt_util.h224 void SetMethod(VCMProtectionMethodEnum newMethodType);
Dmedia_opt_util.cc518 void VCMLossProtectionLogic::SetMethod( in SetMethod() function in webrtc::media_optimization::VCMLossProtectionLogic