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.cs60 var method = target.SetMethod; in GetSetMethod()
DTypeExtensions.cs77 …t != null && ((ret.CanRead && ret.GetMethod.IsPublic) || (ret.CanWrite && ret.SetMethod.IsPublic))) in GetProperty()
/external/webrtc/webrtc/modules/video_coding/
Dmedia_opt_util.h235 void SetMethod(VCMProtectionMethodEnum newMethodType);
Dmedia_opt_util.cc496 void VCMLossProtectionLogic::SetMethod( in SetMethod() function in webrtc::media_optimization::VCMLossProtectionLogic
Dmedia_optimization.cc304 loss_prot_logic_->SetMethod(method); in SetProtectionMethod()