Home
last modified time | relevance | path

Searched refs:MethodToInvoke (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DGeneratedMessageLite.java74 return (Parser<MessageType>) dynamicMethod(MethodToInvoke.GET_PARSER); in getParserForType()
80 return (MessageType) dynamicMethod(MethodToInvoke.GET_DEFAULT_INSTANCE); in getDefaultInstanceForType()
86 return (BuilderType) dynamicMethod(MethodToInvoke.NEW_BUILDER); in newBuilderForType()
213 dynamicMethod(MethodToInvoke.MAKE_IMMUTABLE); in makeImmutable()
220 return dynamicMethod(MethodToInvoke.IS_INITIALIZED, Boolean.TRUE) != null; in isInitialized()
225 BuilderType builder = (BuilderType) dynamicMethod(MethodToInvoke.NEW_BUILDER); in toBuilder()
236 public static enum MethodToInvoke { enum in GeneratedMessageLite
275 protected abstract Object dynamicMethod(MethodToInvoke method, Object arg0, Object arg1); in dynamicMethod()
280 protected Object dynamicMethod(MethodToInvoke method, Object arg0) { in dynamicMethod()
287 protected Object dynamicMethod(MethodToInvoke method) { in dynamicMethod()
[all …]
/external/error_prone/error_prone/
Derror_prone_core-2.3.2-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...