Home
last modified time | relevance | path

Searched defs:method (Results 1 – 25 of 2684) sorted by relevance

12345678910>>...108

/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/function/
DMethodInvokers.java84 public static <T, U> BiConsumer<T, U> asBiConsumer(final Method method) { in asBiConsumer()
109 public static <T, U, R> BiFunction<T, U, R> asBiFunction(final Method method) { in asBiFunction()
124 …ublic static <T, U> FailableBiConsumer<T, U, Throwable> asFailableBiConsumer(final Method method) { in asFailableBiConsumer()
140 …static <T, U, R> FailableBiFunction<T, U, R, Throwable> asFailableBiFunction(final Method method) { in asFailableBiFunction()
154 public static <T, R> FailableFunction<T, R, Throwable> asFailableFunction(final Method method) { in asFailableFunction()
170 public static <R> FailableSupplier<R, Throwable> asFailableSupplier(final Method method) { in asFailableSupplier()
193 public static <T, R> Function<T, R> asFunction(final Method method) { in asFunction()
209 public static <T> T asInterfaceInstance(final Class<T> interfaceClass, final Method method) { in asInterfaceInstance()
225 public static <R> Supplier<R> asSupplier(final Method method) { in asSupplier()
236 private static Method requireMethod(final Method method) { in requireMethod()
[all …]
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DReflectionUtil.cs84 internal static Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
95 internal static Func<IMessage, int> CreateFuncIMessageInt32(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
104 internal static Action<IMessage, object> CreateActionIMessageObject(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
113 internal static Action<IMessage> CreateActionIMessage(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
116 internal static Func<IMessage, bool> CreateFuncIMessageBool(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
145 Func<IMessage, int> CreateFuncIMessageInt32(MethodInfo method); in CreateFuncIMessageInt32()
146 Action<IMessage> CreateActionIMessage(MethodInfo method); in CreateActionIMessage()
147 Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method); in CreateFuncIMessageObject()
148 Action<IMessage, object> CreateActionIMessageObject(MethodInfo method); in CreateActionIMessageObject()
149 Func<IMessage, bool> CreateFuncIMessageBool(MethodInfo method); in CreateFuncIMessageBool()
[all …]
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DReflectionUtil.cs84 internal static Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
95 internal static Func<IMessage, int> CreateFuncIMessageInt32(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
104 internal static Action<IMessage, object> CreateActionIMessageObject(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
113 internal static Action<IMessage> CreateActionIMessage(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
116 internal static Func<IMessage, bool> CreateFuncIMessageBool(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
145 Func<IMessage, int> CreateFuncIMessageInt32(MethodInfo method); in CreateFuncIMessageInt32()
146 Action<IMessage> CreateActionIMessage(MethodInfo method); in CreateActionIMessage()
147 Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method); in CreateFuncIMessageObject()
148 Action<IMessage, object> CreateActionIMessageObject(MethodInfo method); in CreateActionIMessageObject()
149 Func<IMessage, bool> CreateFuncIMessageBool(MethodInfo method); in CreateFuncIMessageBool()
[all …]
/external/testng/src/test/java/test/mannotation/
DMAnnotation2SampleTest.java27 Method method = MTest3.class.getMethod("groups1", new Class[0]); in verifyTestGroupsInheritance() local
34 Method method = MTest3.class.getMethod("groups2", new Class[0]); in verifyTestGroupsInheritance() local
46 Method method = MTest3.class.getMethod("dependsOnGroups1", new Class[0]); in verifyTestDependsOnGroupsInheritance() local
53 Method method = MTest3.class.getMethod("dependsOnGroups2", new Class[0]); in verifyTestDependsOnGroupsInheritance() local
66 Method method = MTest3.class.getMethod("dependsOnMethods1", new Class[0]); in verifyTestDependsOnMethodsInheritance() local
73 Method method = MTest3.class.getMethod("dependsOnMethods2", new Class[0]); in verifyTestDependsOnMethodsInheritance() local
86 Method method = MTest3.class.getMethod("beforeSuite", new Class[0]); in verifyConfigurationGroupsInheritance() local
97 Method method = MTest3.class.getMethod("enabled1", new Class[0]); in verifyTestEnabledInheritance() local
103 Method method = MTest3.class.getMethod("enabled2", new Class[0]); in verifyTestEnabledInheritance() local
DMAnnotationSampleTest.java66 Method method = MTest1.class.getMethod("f", new Class[0]); in verifyTestMethodLevel() local
110 Method method = MTest1.class.getMethod("before", new Class[0]); in verifyConfigurationBefore() local
135 Method method = MTest1.class.getMethod("after", new Class[0]); in verifyConfigurationAfter() local
160 Method method = MTest1.class.getMethod("otherConfigurations", new Class[0]); in verifyConfigurationOthers() local
185 Method method = MTest1.class.getMethod("otherConfigurations", new Class[0]); in verifyDataProvider() local
194 Method method = MTest1.class.getMethod("otherConfigurations", new Class[0]); in verifyExpectedExceptions() local
204 Method method = MTest1.class.getMethod("factory", new Class[0]); in verifyFactory() local
214 Method method = MTest1.class.getMethod("parameters", new Class[0]); in verifyParameters() local
224 Method method = MTest1.class.getMethod("newBefore", new Class[0]); in verifyNewConfigurationBefore() local
238 Method method = MTest1.class.getMethod("newAfter", new Class[0]); in verifyNewConfigurationAfter() local
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
DVerificationTypeVisitor.java36 …public void visitIntegerType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitIntegerType()
37 …public void visitFloatType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitFloatType()
38 …public void visitLongType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitLongType()
39 …public void visitDoubleType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitDoubleType()
40 …public void visitTopType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitTopType()
41 …public void visitObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitObjectType()
42 …public void visitNullType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitNullType()
43 …public void visitUninitializedType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitUninitializedType()
44 …public void visitUninitializedThisType(Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitUninitializedThisType()
46 …public void visitStackIntegerType( Clazz clazz, Method method, CodeAttribute codeAttribut… in visitStackIntegerType()
[all …]
/external/jazzer-api/agent/src/test/java/com/code_intelligence/jazzer/instrumentor/
DReplaceHooks.java27 patchShouldReturnTrue1(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldReturnTrue1()
35 patchShouldReturnTrue2(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldReturnTrue2()
43 patchShouldReturnTrue3(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldReturnTrue3()
51 patchShouldReturnFalse1(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldReturnFalse1()
62 patchShouldReturnFalse2(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldReturnFalse2()
72 MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldReturnReversed()
80 patchShouldIncrement(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldIncrement()
88 patchShouldCallPass(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldCallPass()
96 patchIdempotent(MethodHandle method, Object thisObject, Object[] arguments, int hookId) in patchIdempotent()
107 patchAbstractListGet(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchAbstractListGet()
[all …]
DInvalidHookMocks.java25 MethodHandle method, String thisObject, Object[] arguments, long hookId) {} in incorrectHookIdType()
28 private static void invalidAfterHook(MethodHandle method, String thisObject, Object[] arguments, in invalidAfterHook()
32 public void invalidAfterHook2(MethodHandle method, String thisObject, Object[] arguments, in invalidAfterHook2()
38 incorrectReturnType(MethodHandle method, String thisObject, Object[] arguments, int hookId) { in incorrectReturnType()
45 invalidReplaceHook2(MethodHandle method, Integer thisObject, Object[] arguments, int hookId) { in invalidReplaceHook2()
52 invalidReplaceVoidMethod(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in invalidReplaceVoidMethod()
59 invalidReturnType(MethodHandle method, Object thisObject, Object[] arguments, int hookId) in invalidReturnType()
67 primitiveReturnValueMustBeWrapped(MethodHandle method, String thisObject, Object[] arguments, in primitiveReturnValueMustBeWrapped()
74 MethodHandle method, Object thisObject, Object[] arguments, int hookId) throws Throwable {} in replaceOnInitWithoutReturnType()
80 MethodHandle method, Object thisObject, Object[] arguments, int hookId) throws Throwable { in replaceOnInitWithIncompatibleType()
[all …]
/external/auto/common/src/test/java/com/google/auto/common/
DMoreTypesIsTypeOfTest.java78 boolean method(); in method() method
89 byte method(); in method() method
100 char method(); in method() method
111 double method(); in method() method
122 float method(); in method() method
133 int method(); in method() method
144 long method(); in method() method
155 short method(); in method() method
166 void method(); in method() method
177 Void method(); in method() method
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/
DCoroutinesBlockHoundIntegration.kt50 for (method in listOf("finalizeFinishingState", "invokeOnCompletion", "makeCancelling", in <lambda>() method
61 …for (method in listOf("install", "uninstall", "hierarchyToString", "dumpCoroutinesInfo", "dumpDebu… in <lambda>() method
80 for (method in listOf("clear", "peek", "removeFirstOrNull", "addLast")) { in <lambda>() method
101 … for (method in listOf("emitSuspend", "awaitValue", "getReplayCache", "tryEmit", "cancelEmitter", in <lambda>() method
106 for (method in listOf("getSubscriptionCount", "allocateSlot", "freeSlot")) { in <lambda>() method
120 …for (method in listOf("openSubscription", "removeSubscriber", "send", "trySend", "registerSelectFo… in <lambda>() method
125 for (method in listOf("cancelImpl")) { in <lambda>() method
128 for (method in listOf("cancelImpl")) { in <lambda>() method
137 … for (method in listOf("receive", "receiveCatching", "tryReceive", "registerSelectForReceive", in <lambda>() method
143 for (method in listOf("hasNext")) { in <lambda>() method
/external/robolectric/sandbox/src/test/java/org/robolectric/
DClassicSuperHandlingTest.java31 @Override public String method(String value) { in method() method in ClassicSuperHandlingTest.ChildShadow
39 @Override public String method(String value) { in method() method in ClassicSuperHandlingTest.ParentShadow
47 public String method(String value) { in method() method in ClassicSuperHandlingTest.GrandparentShadow
54 public String method(String value) { in method() method in ClassicSuperHandlingTest.BabiesHavingBabies
61 @Override public String method(String value) { in method() method in ClassicSuperHandlingTest.Child
68 @Override public String method(String value) { in method() method in ClassicSuperHandlingTest.Parent
75 public String method(String value) { in method() method in ClassicSuperHandlingTest.Grandparent
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dcsharp_generator.cc102 const MethodDescriptor* method) { in GenerateDocCommentServerMethod()
134 const MethodDescriptor* method, in GenerateDocCommentClientMethod()
177 std::string GetCSharpMethodType(const MethodDescriptor* method) { in GetCSharpMethodType()
193 std::string GetCSharpServerMethodType(const MethodDescriptor* method) { in GetCSharpServerMethodType()
216 std::string GetMethodFieldName(const MethodDescriptor* method) { in GetMethodFieldName()
220 std::string GetMethodRequestParamMaybe(const MethodDescriptor* method, in GetMethodRequestParamMaybe()
235 std::string GetMethodReturnTypeClient(const MethodDescriptor* method) { in GetMethodReturnTypeClient()
257 std::string GetMethodRequestParamServer(const MethodDescriptor* method) { in GetMethodRequestParamServer()
266 std::string GetMethodReturnTypeServer(const MethodDescriptor* method) { in GetMethodReturnTypeServer()
274 std::string GetMethodResponseStreamMaybe(const MethodDescriptor* method) { in GetMethodResponseStreamMaybe()
[all …]
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
DClassicSuperHandlingTest.java33 @Override public String method(String value) { in method() method in ClassicSuperHandlingTest.ChildShadow
42 @Override public String method(String value) { in method() method in ClassicSuperHandlingTest.ParentShadow
51 public String method(String value) { in method() method in ClassicSuperHandlingTest.GrandparentShadow
58 public String method(String value) { in method() method in ClassicSuperHandlingTest.BabiesHavingBabies
65 @Override public String method(String value) { in method() method in ClassicSuperHandlingTest.Child
72 @Override public String method(String value) { in method() method in ClassicSuperHandlingTest.Parent
79 public String method(String value) { in method() method in ClassicSuperHandlingTest.Grandparent
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/
Dcordz_update_tracker_test.cc68 for (Method method : AllMethods()) { in TEST() local
76 for (Method method : AllMethods()) { in TEST() local
86 for (Method method : AllMethods()) { in TEST() local
93 for (Method method : AllMethods()) { in TEST() local
103 for (Method method : AllMethods()) { in TEST() local
110 for (Method method : AllMethods()) { in TEST() local
123 for (Method method : AllMethods()) { in TEST() local
129 for (Method method : AllMethods()) { in TEST() local
136 for (Method method : AllMethods()) { in TEST() local
/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dcordz_update_tracker_test.cc68 for (Method method : AllMethods()) { in TEST() local
76 for (Method method : AllMethods()) { in TEST() local
86 for (Method method : AllMethods()) { in TEST() local
93 for (Method method : AllMethods()) { in TEST() local
103 for (Method method : AllMethods()) { in TEST() local
110 for (Method method : AllMethods()) { in TEST() local
123 for (Method method : AllMethods()) { in TEST() local
129 for (Method method : AllMethods()) { in TEST() local
136 for (Method method : AllMethods()) { in TEST() local
/external/cronet/third_party/abseil-cpp/absl/strings/internal/
Dcordz_update_tracker_test.cc68 for (Method method : AllMethods()) { in TEST() local
76 for (Method method : AllMethods()) { in TEST() local
86 for (Method method : AllMethods()) { in TEST() local
93 for (Method method : AllMethods()) { in TEST() local
103 for (Method method : AllMethods()) { in TEST() local
110 for (Method method : AllMethods()) { in TEST() local
123 for (Method method : AllMethods()) { in TEST() local
129 for (Method method : AllMethods()) { in TEST() local
136 for (Method method : AllMethods()) { in TEST() local
/external/abseil-cpp/absl/strings/internal/
Dcordz_update_tracker_test.cc68 for (Method method : AllMethods()) { in TEST() local
76 for (Method method : AllMethods()) { in TEST() local
86 for (Method method : AllMethods()) { in TEST() local
93 for (Method method : AllMethods()) { in TEST() local
103 for (Method method : AllMethods()) { in TEST() local
110 for (Method method : AllMethods()) { in TEST() local
123 for (Method method : AllMethods()) { in TEST() local
129 for (Method method : AllMethods()) { in TEST() local
136 for (Method method : AllMethods()) { in TEST() local
/external/tensorflow/third_party/absl/abseil-cpp/absl/strings/internal/
Dcordz_update_tracker_test.cc68 for (Method method : AllMethods()) { in TEST() local
76 for (Method method : AllMethods()) { in TEST() local
86 for (Method method : AllMethods()) { in TEST() local
93 for (Method method : AllMethods()) { in TEST() local
103 for (Method method : AllMethods()) { in TEST() local
110 for (Method method : AllMethods()) { in TEST() local
123 for (Method method : AllMethods()) { in TEST() local
129 for (Method method : AllMethods()) { in TEST() local
136 for (Method method : AllMethods()) { in TEST() local
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_service.cc140 const MethodDescriptor* method = descriptor_->method(i); in GenerateNewReflectiveServiceMethod() local
179 const MethodDescriptor* method = descriptor_->method(i); in GenerateAbstractMethods() local
187 const MethodDescriptor* method) { in GetOutput()
210 const MethodDescriptor* method = descriptor_->method(i); in GenerateCallMethod() local
257 const MethodDescriptor* method = descriptor_->method(i); in GenerateCallBlockingMethod() local
302 const MethodDescriptor* method = descriptor_->method(i); in GenerateGetPrototype() local
352 const MethodDescriptor* method = descriptor_->method(i); in GenerateStub() local
394 const MethodDescriptor* method = descriptor_->method(i); in GenerateBlockingStub() local
417 const MethodDescriptor* method = descriptor_->method(i); in GenerateBlockingStub() local
443 io::Printer* printer, const MethodDescriptor* method, in GenerateMethodSignature()
[all …]
/external/protobuf/src/google/protobuf/compiler/java/
Dservice.cc143 const MethodDescriptor* method = descriptor_->method(i); in GenerateNewReflectiveServiceMethod() local
182 const MethodDescriptor* method = descriptor_->method(i); in GenerateAbstractMethods() local
190 const MethodDescriptor* method) { in GetOutput()
213 const MethodDescriptor* method = descriptor_->method(i); in GenerateCallMethod() local
260 const MethodDescriptor* method = descriptor_->method(i); in GenerateCallBlockingMethod() local
305 const MethodDescriptor* method = descriptor_->method(i); in GenerateGetPrototype() local
355 const MethodDescriptor* method = descriptor_->method(i); in GenerateStub() local
397 const MethodDescriptor* method = descriptor_->method(i); in GenerateBlockingStub() local
420 const MethodDescriptor* method = descriptor_->method(i); in GenerateBlockingStub() local
446 io::Printer* printer, const MethodDescriptor* method, in GenerateMethodSignature()
[all …]
/external/proguard/src/proguard/classfile/attribute/visitor/
DAttributeVisitor.java49 …public void visitDeprecatedAttribute( Clazz clazz, Method method, DeprecatedAttribute d… in visitDeprecatedAttribute()
53 …public void visitSyntheticAttribute( Clazz clazz, Method method, SyntheticAttribute s… in visitSyntheticAttribute()
57 …public void visitSignatureAttribute( Clazz clazz, Method method, SignatureAttribute s… in visitSignatureAttribute()
65 …public void visitMethodParametersAttribute( Clazz clazz, Method method, MethodParametersAttri… in visitMethodParametersAttribute()
66 …public void visitExceptionsAttribute( Clazz clazz, Method method, ExceptionsAttribute … in visitExceptionsAttribute()
67 …public void visitCodeAttribute( Clazz clazz, Method method, CodeAttribute … in visitCodeAttribute()
71 …public void visitStackMapAttribute( Clazz clazz, Method method, CodeAttribute codeAtt… in visitStackMapAttribute()
72 …public void visitStackMapTableAttribute( Clazz clazz, Method method, CodeAttribute codeAtt… in visitStackMapTableAttribute()
73 …public void visitLineNumberTableAttribute( Clazz clazz, Method method, CodeAttribute codeAtt… in visitLineNumberTableAttribute()
74 …public void visitLocalVariableTableAttribute( Clazz clazz, Method method, CodeAttribute codeAtt… in visitLocalVariableTableAttribute()
[all …]
DRequiredAttributeFilter.java148 …public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAtt… in visitDeprecatedAttribute()
175 …public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttrib… in visitSyntheticAttribute()
202 …public void visitSignatureAttribute(Clazz clazz, Method method, SignatureAttribute signatureAttrib… in visitSignatureAttribute()
220 …public void visitMethodParametersAttribute(Clazz clazz, Method method, MethodParametersAttribute e… in visitMethodParametersAttribute()
229 …public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAtt… in visitExceptionsAttribute()
238 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) in visitCodeAttribute()
247 …public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackM… in visitStackMapAttribute()
256 …public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, S… in visitStackMapTableAttribute()
265 …public void visitLineNumberTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute,… in visitLineNumberTableAttribute()
274 …public void visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribu… in visitLocalVariableTableAttribute()
[all …]
DNonEmptyAttributeFilter.java108 …public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAtt… in visitDeprecatedAttribute()
126 …public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttrib… in visitSyntheticAttribute()
144 …public void visitSignatureAttribute(Clazz clazz, Method method, SignatureAttribute signatureAttrib… in visitSignatureAttribute()
156 …public void visitMethodParametersAttribute(Clazz clazz, Method method, MethodParametersAttribute e… in visitMethodParametersAttribute()
165 …public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAtt… in visitExceptionsAttribute()
174 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) in visitCodeAttribute()
180 …public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackM… in visitStackMapAttribute()
189 …public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, S… in visitStackMapTableAttribute()
198 …public void visitLineNumberTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute,… in visitLineNumberTableAttribute()
207 …public void visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribu… in visitLocalVariableTableAttribute()
[all …]
/external/webrtc/pc/
Dproxy.h308 #define TRACE_BOILERPLATE(method) \ argument
312 #define TRACE_BOILERPLATE(method) \ argument
321 #define PROXY_METHOD0(r, method) \ argument
328 #define PROXY_CONSTMETHOD0(r, method) \ argument
335 #define PROXY_METHOD1(r, method, t1) \ argument
342 #define PROXY_CONSTMETHOD1(r, method, t1) \ argument
349 #define PROXY_METHOD2(r, method, t1, t2) \ argument
357 #define PROXY_METHOD3(r, method, t1, t2, t3) \ argument
365 #define PROXY_METHOD4(r, method, t1, t2, t3, t4) \ argument
374 #define PROXY_METHOD5(r, method, t1, t2, t3, t4, t5) \ argument
[all …]
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/generic/
Dgeneric_stub.h55 PrepareCall(ClientContext* context, const std::string& method, in PrepareCall()
66 ClientContext* context, const std::string& method, in PrepareUnaryCall()
84 ClientContext* context, const std::string& method, in Call()
93 void UnaryCall(ClientContext* context, const std::string& method, in UnaryCall()
104 void PrepareUnaryCall(ClientContext* context, const std::string& method, in PrepareUnaryCall()
115 ClientContext* context, const std::string& method, in PrepareBidiStreamingCall()
130 void UnaryCall(ClientContext* context, const std::string& method, in UnaryCall()
142 void PrepareUnaryCall(ClientContext* context, const std::string& method, in PrepareUnaryCall()
153 ClientContext* context, const std::string& method, StubOptions options, in PrepareBidiStreamingCall()
171 void UnaryCallInternal(ClientContext* context, const std::string& method, in UnaryCallInternal()
[all …]

12345678910>>...108