Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
/frameworks/base/tools/aapt2/compile/
DPseudolocalizer.h48 void SetMethod(Method method);
DPseudolocalizer.cpp70 SetMethod(method); in Pseudolocalizer()
73 void Pseudolocalizer::SetMethod(Method method) { in SetMethod() function in aapt::Pseudolocalizer
DPseudolocalizer_test.cpp232 pseudo.SetMethod(Pseudolocalizer::Method::kNone); in TEST()