Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Compatibility/
DPropertyInfoExtensions.cs67 var method = target.SetMethod; in GetSetMethod()
DTypeExtensions.cs74 …t != null && ((ret.CanRead && ret.GetMethod.IsPublic) || (ret.CanWrite && ret.SetMethod.IsPublic))) in GetProperty()
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/
DPropertyInfoExtensions.cs67 var method = target.SetMethod; in GetSetMethod()
DTypeExtensions.cs74 …t != null && ((ret.CanRead && ret.GetMethod.IsPublic) || (ret.CanWrite && ret.SetMethod.IsPublic))) in GetProperty()
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/
DPropertyInfoExtensions.cs67 var method = target.SetMethod; in GetSetMethod()
DTypeExtensions.cs74 …t != null && ((ret.CanRead && ret.GetMethod.IsPublic) || (ret.CanWrite && ret.SetMethod.IsPublic))) in GetProperty()
/external/ot-br-posix/src/rest/
Drequest.hpp87 void SetMethod(int32_t aMethod);
Drequest.cpp55 void Request::SetMethod(int32_t aMethod) in SetMethod() function in otbr::rest::Request
Dparser.cpp81 request->SetMethod(parser->method); in OnHeaderComplete()
/external/lzma/CPP/7zip/UI/GUI/
DCompressDialog.h221 SetMethod(); in SetLevel()
225 void SetMethod(int keepMethodId = -1)
DCompressDialog.cpp603 SetMethod(GetMethodID()); in OnButtonClicked()
1346 SetMethod(); // call it if level changes method in OnCommand()
/external/webrtc/modules/video_coding/
Dfec_controller_default.cc179 loss_prot_logic_->SetMethod(method); in SetProtectionMethod()
Dmedia_opt_util.h224 void SetMethod(VCMProtectionMethodEnum newMethodType);
Dmedia_opt_util.cc517 void VCMLossProtectionLogic::SetMethod( in SetMethod() function in webrtc::media_optimization::VCMLossProtectionLogic