/thrift-3.4.0/tutorial/go/src/ |
D | server.go | 30 …hrift.TTransportFactory, protocolFactory thrift.TProtocolFactory, addr string, secure bool) error {
|
D | client.go | 81 …ransportFactory, protocolFactory thrift.TProtocolFactory, addr string, secure bool, cfg *thrift.TC…
|
/thrift-3.4.0/test/go/src/common/ |
D | client.go | 45 ssl bool,
|
D | server.go | 46 ssl bool,
|
/thrift-3.4.0/test/netstd/Client/Performance/ |
D | PerformanceTests.cs | 131 private async Task RunTestAsync(Func<bool, Task<TProtocol>> factory) in RunTestAsync()
|
/thrift-3.4.0/lib/go/thrift/ |
D | pointerize.go | 57 func BoolPtr(v bool) *bool { return &v }
|
D | iostream_transport.go | 76 func NewStreamTransportFactory(reader io.Reader, writer io.Writer, isReadWriter bool) *StreamTransp…
|
D | numeric.go | 100 func NewNumericFromJSONString(sValue string, isNull bool) Numeric {
|
D | binary_protocol.go | 50 func NewTBinaryProtocol(t TTransport, strictRead, strictWrite bool) *TBinaryProtocol { 81 func NewTBinaryProtocolFactory(strictRead, strictWrite bool) *TBinaryProtocolFactory {
|
D | protocol.go | 47 WriteBool(ctx context.Context, value bool) error
|
/thrift-3.4.0/lib/php/lib/Protocol/ |
D | TProtocolDecorator.php | 146 public function writeBool($bool) 251 public function readBool(&$bool)
|
D | TProtocol.php | 118 abstract public function writeBool($bool); 166 abstract public function readBool(&$bool);
|
D | TSimpleJSONProtocol.php | 237 public function writeBool($bool) 340 public function readBool(&$bool)
|
D | TJSONProtocol.php | 624 public function writeBool($bool) 763 public function readBool(&$bool)
|
/thrift-3.4.0/lib/rs/src/protocol/ |
D | stored.rs | 137 fn read_bool(&mut self) -> crate::Result<bool> { in read_bool()
|
D | binary.rs | 165 fn read_bool(&mut self) -> crate::Result<bool> { in read_bool() 930 strict: bool, in test_objects()
|
/thrift-3.4.0/lib/rb/lib/thrift/protocol/ |
D | binary_protocol.rb | 80 def write_bool(bool) argument
|
D | protocol_decorator.rb | 82 def write_bool(bool) argument
|
D | base_protocol.rb | 95 def write_bool(bool) argument
|
D | compact_protocol.rb | 181 def write_bool(bool) argument
|
/thrift-3.4.0/lib/nodejs/lib/thrift/ |
D | binary_protocol.js | 121 TBinaryProtocol.prototype.writeBool = function(bool) { argument
|
D | json_protocol.js | 306 TJSONProtocol.prototype.writeBool = function(bool) { argument
|
/thrift-3.4.0/lib/rs/src/server/ |
D | multiplexed.rs | 80 as_default: bool, in register()
|
/thrift-3.4.0/test/rs/src/bin/ |
D | test_server.rs | 177 fn handle_test_bool(&self, thing: bool) -> thrift::Result<bool> { in handle_test_bool()
|
/thrift-3.4.0/lib/py/src/protocol/ |
D | TBinaryProtocol.py | 103 def writeBool(self, bool): argument
|