Home
last modified time | relevance | path

Searched refs:clearMethod (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DOneofDescriptor.cs113 var clearMethod = containingType.ClrType.GetMethod("Clear" + clrName); in CreateAccessor()
114 if (clearMethod == null) in CreateAccessor()
119 return new OneofAccessor(caseProperty, clearMethod, this); in CreateAccessor()
DOneofAccessor.cs48 …internal OneofAccessor(PropertyInfo caseProperty, MethodInfo clearMethod, OneofDescriptor descript… in OneofAccessor() argument
58 clearDelegate = ReflectionUtil.CreateActionIMessage(clearMethod); in OneofAccessor()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DGeneratedMessageV3.java1868 clearMethod = getMethodOrDie(builderClass, "clear" + camelCaseName);
1874 private final Method clearMethod;
1907 invokeOrDie(clearMethod, builder);
1935 clearMethod = getMethodOrDie(builderClass, "clear" + camelCaseName);
1951 protected final Method clearMethod;
2048 invokeOrDie(clearMethod, builder);
2077 protected final Method clearMethod;
2102 clearMethod = getMethodOrDie(builderClass, "clear" + camelCaseName);
2176 invokeOrDie(clearMethod, builder);
DGeneratedMessage.java2199 clearMethod = getMethodOrDie(builderClass, "clear" + camelCaseName);
2205 private final Method clearMethod;
2238 invokeOrDie(clearMethod, builder);
2266 clearMethod = getMethodOrDie(builderClass, "clear" + camelCaseName);
2282 protected final Method clearMethod;
2379 invokeOrDie(clearMethod, builder);
2408 protected final Method clearMethod;
2433 clearMethod = getMethodOrDie(builderClass, "clear" + camelCaseName);
2507 invokeOrDie(clearMethod, builder);