Home
last modified time | relevance | path

Searched defs:Stop (Results 1 – 10 of 10) sorted by relevance

/thrift-3.4.0/lib/delphi/src/
DThrift.Server.pas53 procedure Stop; procedure
82 procedure Stop; virtual; abstract; procedure
111 procedure Stop; override; procedure
309 procedure TSimpleServer.Stop; procedure
/thrift-3.4.0/lib/haxe/src/org/apache/thrift/server/
DTServer.hx106 public function Stop() : Void { method
/thrift-3.4.0/lib/go/thrift/
Dserver.go34 Stop() error methodSpec
Dsimple_server.go245 func (p *TSimpleServer) Stop() error { func
/thrift-3.4.0/lib/netstd/Thrift/Protocol/Entities/
DTType.cs23 Stop = 0, enumerator
/thrift-3.4.0/lib/netstd/Thrift/Server/
DTServer.cs72 public abstract void Stop(); in Stop() method in Thrift.Server.TServer
DTSimpleAsyncServer.cs224 public override void Stop() in Stop() method in Thrift.Server.TSimpleAsyncServer
DTThreadPoolAsyncServer.cs293 public override void Stop() in Stop() method in Thrift.Server.TThreadPoolAsyncServer
/thrift-3.4.0/lib/netstd/Thrift/Protocol/
DTCompactProtocol.cs848 public const byte Stop = 0x00; field in Thrift.Protocol.TCompactProtocol.Types
/thrift-3.4.0/lib/rs/src/protocol/
Dmod.rs797 Stop, enumerator