/external/grpc-grpc-java/core/src/main/java/io/grpc/ |
D | HandlerRegistry.java | 48 public abstract ServerMethodDefinition<?, ?> lookupMethod( in lookupMethod() method in HandlerRegistry 58 public final ServerMethodDefinition<?, ?> lookupMethod(String methodName) { in lookupMethod() method in HandlerRegistry
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/util/ |
D | MutableHandlerRegistry.java | 90 public ServerMethodDefinition<?, ?> lookupMethod(String methodName, @Nullable String authority) { in lookupMethod() method in MutableHandlerRegistry
|
/external/grpc-grpc-java/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/ |
D | HandlerRegistryBenchmark.java | 98 public void lookupMethod(Blackhole bh) { in lookupMethod() method in HandlerRegistryBenchmark
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | InternalHandlerRegistry.java | 51 public ServerMethodDefinition<?, ?> lookupMethod(String methodName, @Nullable String authority) { in lookupMethod() method in InternalHandlerRegistry
|
/external/javassist/src/main/javassist/compiler/ |
D | MemberResolver.java | 77 public Method lookupMethod(CtClass clazz, CtClass currentClass, MethodInfo current, in lookupMethod() method in MemberResolver 104 private Method lookupMethod(CtClass clazz, String methodName, in lookupMethod() method in MemberResolver
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 653 ObjCMethodDecl *ObjCInterfaceDecl::lookupMethod(Selector Sel, in lookupMethod() function in ObjCInterfaceDecl 1820 ObjCMethodDecl *ObjCProtocolDecl::lookupMethod(Selector Sel, in lookupMethod() function in ObjCProtocolDecl
|
/external/llvm-project/clang/lib/AST/ |
D | DeclObjC.cpp | 684 ObjCMethodDecl *ObjCInterfaceDecl::lookupMethod(Selector Sel, in lookupMethod() function in ObjCInterfaceDecl 1948 ObjCMethodDecl *ObjCProtocolDecl::lookupMethod(Selector Sel, in lookupMethod() function in ObjCProtocolDecl
|
/external/skqp/tools/bookmaker/ |
D | includeWriter.cpp | 2320 int IncludeWriter::lookupMethod(const PunctuationState punctuation, const Word word, in lookupMethod() function in IncludeWriter
|