Searched refs:SetMethod (Results 1 – 5 of 5) sorted by relevance
67 var method = target.SetMethod; in GetSetMethod()
69 …t != null && ((ret.CanRead && ret.GetMethod.IsPublic) || (ret.CanWrite && ret.SetMethod.IsPublic))) in GetProperty()
48 void SetMethod(Method method);
70 SetMethod(method); in Pseudolocalizer()73 void Pseudolocalizer::SetMethod(Method method) { in SetMethod() function in aapt::Pseudolocalizer
232 pseudo.SetMethod(Pseudolocalizer::Method::kNone); in TEST()