Home
last modified time | relevance | path

Searched defs:methodDef (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc-java/services/src/test/java/io/grpc/protobuf/services/
DBinaryLogProviderTest.java208 ServerMethodDefinition<String, Integer> methodDef = in wrapMethodDefinition_methodDescriptor() local
228 ServerMethodDefinition<String, Integer> methodDef = in wrapMethodDefinition_handler() local
286 final ServerMethodDefinition<ReqT, RespT> methodDef, in startServerCallHelper()
/external/google-smali/third_party/baksmali/src/main/java/com/android/tools/smali/baksmali/Adaptors/Format/
DInstructionMethodItemFactory.java43 MethodDefinition methodDef, int codeAddress, Instruction instruction) { in makeInstructionFormatMethodItem()
DUnresolvedOdexInstructionMethodItem.java38 public UnresolvedOdexInstructionMethodItem(@Nonnull MethodDefinition methodDef, int codeAddress, in UnresolvedOdexInstructionMethodItem()
DArrayDataMethodItem.java38 …public ArrayDataMethodItem(MethodDefinition methodDef, int codeAddress, ArrayPayload instruction) { in ArrayDataMethodItem()
DOffsetInstructionFormatMethodItem.java43 …tInstructionFormatMethodItem(@Nonnull BaksmaliOptions options, @Nonnull MethodDefinition methodDef, in OffsetInstructionFormatMethodItem()
DInstructionMethodItem.java62 @Nonnull protected final MethodDefinition methodDef; field in InstructionMethodItem
65 …structionMethodItem(@Nonnull MethodDefinition methodDef, int codeAddress, @Nonnull T instruction) { in InstructionMethodItem()
DPackedSwitchMethodItem.java48 …public PackedSwitchMethodItem(MethodDefinition methodDef, int codeAddress, PackedSwitchPayload ins… in PackedSwitchMethodItem()
DSparseSwitchMethodItem.java47 …public SparseSwitchMethodItem(MethodDefinition methodDef, int codeAddress, SparseSwitchPayload ins… in SparseSwitchMethodItem()
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DServerImpl.java568 final ServerMethodDefinition<ReqT, RespT> methodDef, in streamCreatedInternal()
668 ServerMethodDefinition<ReqT, RespT> methodDef, StatsTraceContext statsTraceCtx) { in wrapMethod()