Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 108) sorted by relevance

12345

/thrift-3.4.0/tutorial/netstd/Client/
DProgram.cs100 public static void Main(string[] args) in Main()
119 private static async Task RunAsync(string[] args, CancellationToken cancellationToken) in RunAsync()
145 private static bool GetMultiplex(string[] args) in GetMultiplex()
151 private static Protocol GetProtocol(string[] args) in GetProtocol()
164 private static Buffering GetBuffering(string[] args) in GetBuffering()
177 private static Transport GetTransport(string[] args) in GetTransport()
191 private static TTransport MakeTransport(string[] args) in MakeTransport()
242 private static int GetNumberOfClients(string[] args) in GetNumberOfClients()
290 private static TProtocol MakeProtocol(string[] args, TTransport transport) in MakeProtocol()
/thrift-3.4.0/compiler/cpp/src/thrift/
Dlogging.cc34 va_list args; in pdebug() local
46 va_list args; in pverbose() local
56 va_list args; in pwarning() local
65 va_list args; in failure() local
/thrift-3.4.0/lib/py/src/ext/
Dmodule.cpp49 static PyObject* encode_impl(PyObject* args) { in encode_impl()
81 static PyObject* decode_impl(PyObject* args) { in decode_impl()
123 static PyObject* encode_binary(PyObject*, PyObject* args) { in encode_binary() argument
127 static PyObject* decode_binary(PyObject*, PyObject* args) { in decode_binary() argument
131 static PyObject* encode_compact(PyObject*, PyObject* args) { in encode_compact() argument
135 static PyObject* decode_compact(PyObject*, PyObject* args) { in decode_compact() argument
/thrift-3.4.0/test/crossrunner/
Dcompat.py7 def path_join(*args):
23 def logfile_open(*args):
/thrift-3.4.0/lib/rb/lib/thrift/
Dclient.rb28 def send_message(name, args_class, args = {}) argument
33 def send_oneway_message(name, args_class, args = {}) argument
38 def send_message_args(args_class, args) argument
/thrift-3.4.0/lib/py/src/server/
DTServer.py42 def __init__(self, *args):
77 def __init__(self, *args):
116 def __init__(self, *args, **kwargs):
165 def __init__(self, *args, **kwargs):
246 def __init__(self, *args):
/thrift-3.4.0/lib/py/src/protocol/
DTBase.py64 def __setitem__(self, *args):
67 def __delitem__(self, *args):
70 def __hash__(self, *args):
DTProtocolDecorator.py22 def __new__(cls, protocol, *args, **kwargs):
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/
DTServiceClient.java63 protected void sendBase(String methodName, TBase<?, ?> args) throws TException { in sendBase()
67 protected void sendBaseOneway(String methodName, TBase<?, ?> args) throws TException { in sendBaseOneway()
71 private void sendBase(String methodName, TBase<?, ?> args, byte type) throws TException { in sendBase()
DProcessFunction.java22 T args = getEmptyArgsInstance(); in process() local
86 public abstract TBase getResult(I iface, T args) throws TException; in getResult()
/thrift-3.4.0/tutorial/netstd/Server/
DProgram.cs66 public static void Main(string[] args) in Main()
124 private static async Task RunAsync(string[] args, CancellationToken cancellationToken) in RunAsync()
144 private static bool GetMultiplex(string[] args) in GetMultiplex()
150 private static Protocol GetProtocol(string[] args) in GetProtocol()
163 private static Buffering GetBuffering(string[] args) in GetBuffering()
176 private static Transport GetTransport(string[] args) in GetTransport()
/thrift-3.4.0/contrib/zeromq/
Dtest-client.py11 def main(args): argument
/thrift-3.4.0/lib/netstd/Benchmarks/Thrift.Benchmarks/
DProgram.cs24 public static void Main(string[] args) in Main()
/thrift-3.4.0/lib/haxe/test/src/
DMain.hx50 var args = Sys.args(); variable
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/test/
DJavaBeansTest.java27 public static void main(String[] args) throws Exception { in main()
DEqualityTest.java137 public static void main(String[] args) throws Exception { in main()
DWriteStruct.java31 public static void main(String[] args) throws Exception { in main()
DReadStruct.java32 public static void main(String[] args) throws Exception { in main()
/thrift-3.4.0/test/netstd/Client/
DProgram.cs29 static async Task<int> Main(string[] args) in Main()
/thrift-3.4.0/test/netstd/Server/
DProgram.cs29 static async Task<int> Main(string[] args) in Main()
/thrift-3.4.0/test/features/
Dutil.py27 def init_protocol(args): argument
/thrift-3.4.0/test/haxe/src/
DMain.hx44 var args = new Arguments(); variable
/thrift-3.4.0/lib/py/src/transport/
DTSSLSocket.py86 def _deprecated_arg(self, args, kwargs, pos, key): argument
101 def _unix_socket_arg(self, host, port, args, kwargs): argument
218 def __init__(self, host='localhost', port=9090, *args, **kwargs):
324 def __init__(self, host=None, port=9090, *args, **kwargs):
/thrift-3.4.0/lib/java/src/crossTest/java/org/apache/thrift/test/
DTestTServletServer.java31 public static void main(String[] args) throws Exception { in main()
/thrift-3.4.0/contrib/Rebus/
DProgram.cs63 static void Main(string[] args) in Main()

12345