Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 25 of 32) sorted by relevance

12

/thrift-3.4.0/tutorial/go/src/
Dserver.go30 …hrift.TTransportFactory, protocolFactory thrift.TProtocolFactory, addr string, secure bool) error {
Dclient.go81 …ransportFactory, protocolFactory thrift.TProtocolFactory, addr string, secure bool, cfg *thrift.TC…
/thrift-3.4.0/test/go/src/common/
Dclient.go45 ssl bool,
Dserver.go46 ssl bool,
/thrift-3.4.0/test/netstd/Client/Performance/
DPerformanceTests.cs131 private async Task RunTestAsync(Func<bool, Task<TProtocol>> factory) in RunTestAsync()
/thrift-3.4.0/lib/go/thrift/
Dpointerize.go57 func BoolPtr(v bool) *bool { return &v }
Diostream_transport.go76 func NewStreamTransportFactory(reader io.Reader, writer io.Writer, isReadWriter bool) *StreamTransp…
Dnumeric.go100 func NewNumericFromJSONString(sValue string, isNull bool) Numeric {
Dbinary_protocol.go50 func NewTBinaryProtocol(t TTransport, strictRead, strictWrite bool) *TBinaryProtocol {
81 func NewTBinaryProtocolFactory(strictRead, strictWrite bool) *TBinaryProtocolFactory {
Dprotocol.go47 WriteBool(ctx context.Context, value bool) error
/thrift-3.4.0/lib/php/lib/Protocol/
DTProtocolDecorator.php146 public function writeBool($bool)
251 public function readBool(&$bool)
DTProtocol.php118 abstract public function writeBool($bool);
166 abstract public function readBool(&$bool);
DTSimpleJSONProtocol.php237 public function writeBool($bool)
340 public function readBool(&$bool)
DTJSONProtocol.php624 public function writeBool($bool)
763 public function readBool(&$bool)
/thrift-3.4.0/lib/rs/src/protocol/
Dstored.rs137 fn read_bool(&mut self) -> crate::Result<bool> { in read_bool()
Dbinary.rs165 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/
Dbinary_protocol.rb80 def write_bool(bool) argument
Dprotocol_decorator.rb82 def write_bool(bool) argument
Dbase_protocol.rb95 def write_bool(bool) argument
Dcompact_protocol.rb181 def write_bool(bool) argument
/thrift-3.4.0/lib/nodejs/lib/thrift/
Dbinary_protocol.js121 TBinaryProtocol.prototype.writeBool = function(bool) { argument
Djson_protocol.js306 TJSONProtocol.prototype.writeBool = function(bool) { argument
/thrift-3.4.0/lib/rs/src/server/
Dmultiplexed.rs80 as_default: bool, in register()
/thrift-3.4.0/test/rs/src/bin/
Dtest_server.rs177 fn handle_test_bool(&self, thing: bool) -> thrift::Result<bool> { in handle_test_bool()
/thrift-3.4.0/lib/py/src/protocol/
DTBinaryProtocol.py103 def writeBool(self, bool): argument

12