Searched refs:MethodToInvoke (Results 1 – 1 of 1) sorted by relevance
74 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 GeneratedMessageLite275 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 …]