Home
last modified time | relevance | path

Searched refs:MethodCaller (Results 1 – 10 of 10) sorted by relevance

/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/client/
H A DTestHBaseAdminNoCluster.java122 testMasterOperationIsRetried(new MethodCaller() { in testMasterOperationsRetries()
136 testMasterOperationIsRetried(new MethodCaller() { in testMasterOperationsRetries()
150 testMasterOperationIsRetried(new MethodCaller() { in testMasterOperationsRetries()
164 testMasterOperationIsRetried(new MethodCaller() { in testMasterOperationsRetries()
178 testMasterOperationIsRetried(new MethodCaller() { in testMasterOperationsRetries()
192 testMasterOperationIsRetried(new MethodCaller() { in testMasterOperationsRetries()
206 testMasterOperationIsRetried(new MethodCaller() { in testMasterOperationsRetries()
220 testMasterOperationIsRetried(new MethodCaller() { in testMasterOperationsRetries()
234 testMasterOperationIsRetried(new MethodCaller() { in testMasterOperationsRetries()
248 testMasterOperationIsRetried(new MethodCaller() { in testMasterOperationsRetries()
[all …]
/dports/science/axom/axom-0.6.1/src/cmake/blt/tests/smoke/
H A Dblt_gmock_smoke.cpp24 class MethodCaller class
27 MethodCaller(Thing *thing) in MethodCaller() function in MethodCaller
63 MethodCaller mcaller(&m); in TEST()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/blt/tests/smoke/
H A Dblt_gmock_smoke.cpp24 class MethodCaller class
27 MethodCaller(Thing *thing) in MethodCaller() function in MethodCaller
63 MethodCaller mcaller(&m); in TEST()
/dports/science/conduit/conduit-0.8.0/src/blt/tests/smoke/
H A Dblt_gmock_smoke.cpp24 class MethodCaller class
27 MethodCaller(Thing *thing) in MethodCaller() function in MethodCaller
63 MethodCaller mcaller(&m); in TEST()
/dports/devel/dbus-sharp/dbus-sharp-0.8.1/src/
H A DExportObject.cs25 …static readonly Dictionary<MethodInfo, MethodCaller> mCallers = new Dictionary<MethodInfo, MethodC…
67 internal static MethodCaller GetMCaller (MethodInfo mi) in GetMCaller()
69 MethodCaller mCaller; in GetMCaller()
93 MethodCaller mCaller; in HandleMethodCall()
H A DTypeImplementer.cs448 internal static MethodCaller GenCaller (MethodInfo target) in GenCaller()
451 MethodCaller caller = hookupMethod.CreateDelegate (typeof (MethodCaller)) as MethodCaller; in GenCaller()
570 …internal delegate void MethodCaller (object instance, MessageReader rdr, Message msg, MessageWrite… in MethodCaller() method
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/orm/hibernate/support/
H A DClosureEventListener.java148 return new MethodCaller(method); in buildCaller()
294 private static class MethodCaller extends EventTriggerCaller { class in ClosureEventListener
297 MethodCaller(Method method) { in MethodCaller() method in ClosureEventListener.MethodCaller
/dports/devel/emscripten/emscripten-2.0.3/system/include/emscripten/
H A Dval.h251 struct MethodCaller {
269 struct MethodCaller<void, Args...> {
485 … return MethodCaller<ReturnValue, Args...>::call(handle, name, std::forward<Args>(args)...);
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osgDB/
H A DSerializer1892 struct MethodCaller : public osgDB::MethodObject \
1901 wrapper->addMethodObject(#METHODNAME, new MethodCaller()); \
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/
H A DSerializer1917 struct MethodCaller : public osgDB::MethodObject \
1926 wrapper->addMethodObject(#METHODNAME, new MethodCaller()); \