Home
last modified time | relevance | path

Searched refs:TOutputProtocol (Results 26 – 50 of 110) sorted by relevance

12345

/dports/devel/thrift/thrift-0.14.0/lib/rs/test/src/bin/
H A Dkitchen_sink_client.rs31 TInputProtocol, TOutputProtocol,
70 let (i_prot, o_prot): (Box<dyn TInputProtocol>, Box<dyn TOutputProtocol>) = match protocol { in run()
88 o_prot: Box<dyn TOutputProtocol>, in run_client() argument
112 o_prot: Box<dyn TOutputProtocol>, in exec_meal_client() argument
129 o_prot: Box<dyn TOutputProtocol>, in exec_full_meal_client() argument
143 o_prot: Box<dyn TOutputProtocol>, in exec_recursive_client() argument
/dports/devel/node-thrift/thrift-0.14.0/lib/rs/test/src/bin/
H A Dkitchen_sink_client.rs31 TInputProtocol, TOutputProtocol,
70 let (i_prot, o_prot): (Box<dyn TInputProtocol>, Box<dyn TOutputProtocol>) = match protocol { in run()
88 o_prot: Box<dyn TOutputProtocol>, in run_client() argument
112 o_prot: Box<dyn TOutputProtocol>, in exec_meal_client() argument
129 o_prot: Box<dyn TOutputProtocol>, in exec_full_meal_client() argument
143 o_prot: Box<dyn TOutputProtocol>, in exec_recursive_client() argument
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/rs/src/
H A Dautogen.rs25 use protocol::{TInputProtocol, TOutputProtocol};
35 fn o_prot_mut(&mut self) -> &mut TOutputProtocol; in o_prot_mut() argument
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/rs/src/
H A Dautogen.rs25 use protocol::{TInputProtocol, TOutputProtocol};
35 fn o_prot_mut(&mut self) -> &mut TOutputProtocol; in o_prot_mut() argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/rs/src/
H A Dautogen.rs25 use crate::protocol::{TInputProtocol, TOutputProtocol};
35 fn o_prot_mut(&mut self) -> &mut dyn TOutputProtocol; in o_prot_mut() argument
/dports/devel/py-thrift/thrift-0.14.0/lib/rs/src/
H A Dautogen.rs25 use crate::protocol::{TInputProtocol, TOutputProtocol};
35 fn o_prot_mut(&mut self) -> &mut dyn TOutputProtocol; in o_prot_mut() argument
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/rs/src/
H A Dautogen.rs25 use crate::protocol::{TInputProtocol, TOutputProtocol};
35 fn o_prot_mut(&mut self) -> &mut dyn TOutputProtocol; in o_prot_mut() argument
/dports/devel/thrift-cpp/thrift-0.14.0/lib/rs/src/
H A Dautogen.rs25 use crate::protocol::{TInputProtocol, TOutputProtocol};
35 fn o_prot_mut(&mut self) -> &mut dyn TOutputProtocol; in o_prot_mut() argument
/dports/devel/thrift/thrift-0.14.0/lib/rs/src/
H A Dautogen.rs25 use crate::protocol::{TInputProtocol, TOutputProtocol};
35 fn o_prot_mut(&mut self) -> &mut dyn TOutputProtocol; in o_prot_mut() argument
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/rs/src/
H A Dautogen.rs25 use protocol::{TInputProtocol, TOutputProtocol};
35 fn o_prot_mut(&mut self) -> &mut dyn TOutputProtocol; in o_prot_mut() argument
/dports/devel/node-thrift/thrift-0.14.0/lib/rs/src/
H A Dautogen.rs25 use crate::protocol::{TInputProtocol, TOutputProtocol};
35 fn o_prot_mut(&mut self) -> &mut dyn TOutputProtocol; in o_prot_mut() argument
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/rs/src/server/
H A Dthreaded.rs22 use protocol::{TInputProtocol, TInputProtocolFactory, TOutputProtocol, TOutputProtocolFactory};
198 ) -> ::Result<(Box<TInputProtocol + Send>, Box<TOutputProtocol + Send>)> { in new_protocols_for_connection()
221 o_prot: Box<TOutputProtocol>, in handle_incoming_connection() argument
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/rs/src/server/
H A Dthreaded.rs23 use protocol::{TInputProtocol, TInputProtocolFactory, TOutputProtocol, TOutputProtocolFactory};
204 ) -> ::Result<(Box<TInputProtocol + Send>, Box<TOutputProtocol + Send>)> { in new_protocols_for_connection()
227 o_prot: Box<TOutputProtocol>, in handle_incoming_connection() argument
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/rs/src/server/
H A Dthreaded.rs22 use protocol::{TInputProtocol, TInputProtocolFactory, TOutputProtocol, TOutputProtocolFactory};
197 ) -> ::Result<(Box<dyn TInputProtocol + Send>, Box<dyn TOutputProtocol + Send>)> { in new_protocols_for_connection()
220 o_prot: Box<dyn TOutputProtocol>, in handle_incoming_connection() argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/rs/src/server/
H A Dthreaded.rs24 use crate::protocol::{TInputProtocol, TInputProtocolFactory, TOutputProtocol, TOutputProtocolFactor…
199 ) -> crate::Result<(Box<dyn TInputProtocol + Send>, Box<dyn TOutputProtocol + Send>)> { in new_protocols_for_connection()
222 o_prot: Box<dyn TOutputProtocol>, in handle_incoming_connection() argument
/dports/devel/py-thrift/thrift-0.14.0/lib/rs/src/server/
H A Dthreaded.rs24 use crate::protocol::{TInputProtocol, TInputProtocolFactory, TOutputProtocol, TOutputProtocolFactor…
199 ) -> crate::Result<(Box<dyn TInputProtocol + Send>, Box<dyn TOutputProtocol + Send>)> { in new_protocols_for_connection()
222 o_prot: Box<dyn TOutputProtocol>, in handle_incoming_connection() argument
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/rs/src/server/
H A Dthreaded.rs24 use crate::protocol::{TInputProtocol, TInputProtocolFactory, TOutputProtocol, TOutputProtocolFactor…
199 ) -> crate::Result<(Box<dyn TInputProtocol + Send>, Box<dyn TOutputProtocol + Send>)> { in new_protocols_for_connection()
222 o_prot: Box<dyn TOutputProtocol>, in handle_incoming_connection() argument
/dports/devel/thrift-cpp/thrift-0.14.0/lib/rs/src/server/
H A Dthreaded.rs24 use crate::protocol::{TInputProtocol, TInputProtocolFactory, TOutputProtocol, TOutputProtocolFactor…
199 ) -> crate::Result<(Box<dyn TInputProtocol + Send>, Box<dyn TOutputProtocol + Send>)> { in new_protocols_for_connection()
222 o_prot: Box<dyn TOutputProtocol>, in handle_incoming_connection() argument
/dports/devel/thrift/thrift-0.14.0/lib/rs/src/server/
H A Dthreaded.rs24 use crate::protocol::{TInputProtocol, TInputProtocolFactory, TOutputProtocol, TOutputProtocolFactor…
199 ) -> crate::Result<(Box<dyn TInputProtocol + Send>, Box<dyn TOutputProtocol + Send>)> { in new_protocols_for_connection()
222 o_prot: Box<dyn TOutputProtocol>, in handle_incoming_connection() argument
/dports/devel/node-thrift/thrift-0.14.0/lib/rs/src/server/
H A Dthreaded.rs24 use crate::protocol::{TInputProtocol, TInputProtocolFactory, TOutputProtocol, TOutputProtocolFactor…
199 ) -> crate::Result<(Box<dyn TInputProtocol + Send>, Box<dyn TOutputProtocol + Send>)> { in new_protocols_for_connection()
222 o_prot: Box<dyn TOutputProtocol>, in handle_incoming_connection() argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/rs/src/protocol/
H A Dmod.rs288 pub trait TOutputProtocol { trait
433 impl<P> TOutputProtocol for Box<P>
435 P: TOutputProtocol + ?Sized,
580 fn create(&self, transport: Box<dyn TWriteTransport + Send>) -> Box<dyn TOutputProtocol + Send>; in create()
587 … fn create(&self, transport: Box<dyn TWriteTransport + Send>) -> Box<dyn TOutputProtocol + Send> { in create()
951 let mut t: Box<dyn TOutputProtocol> = Box::new(TCompactOutputProtocol::new(w)); in must_create_usable_output_protocol_from_boxed_output()
964 W: TOutputProtocol, in takes_output_protocol() argument
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/rs/src/protocol/
H A Dmod.rs289 pub trait TOutputProtocol { trait
434 impl<P> TOutputProtocol for Box<P>
436 P: TOutputProtocol + ?Sized,
581 fn create(&self, transport: Box<TWriteTransport + Send>) -> Box<TOutputProtocol + Send>; in create()
588 fn create(&self, transport: Box<TWriteTransport + Send>) -> Box<TOutputProtocol + Send> { in create()
952 let mut t: Box<TOutputProtocol> = Box::new(TCompactOutputProtocol::new(w)); in must_create_usable_output_protocol_from_boxed_output()
965 W: TOutputProtocol, in takes_output_protocol() argument
/dports/devel/py-thrift/thrift-0.14.0/lib/rs/src/protocol/
H A Dmod.rs288 pub trait TOutputProtocol { interface
433 impl<P> TOutputProtocol for Box<P>
435 P: TOutputProtocol + ?Sized,
580 fn create(&self, transport: Box<dyn TWriteTransport + Send>) -> Box<dyn TOutputProtocol + Send>; in create()
587 … fn create(&self, transport: Box<dyn TWriteTransport + Send>) -> Box<dyn TOutputProtocol + Send> { in create()
951 let mut t: Box<dyn TOutputProtocol> = Box::new(TCompactOutputProtocol::new(w)); in must_create_usable_output_protocol_from_boxed_output()
964 W: TOutputProtocol, in takes_output_protocol() argument
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/rs/src/protocol/
H A Dmod.rs299 pub trait TOutputProtocol { interface
444 impl<P> TOutputProtocol for Box<P>
446 P: TOutputProtocol + ?Sized,
591 fn create(&self, transport: Box<TWriteTransport + Send>) -> Box<TOutputProtocol + Send>; in create()
598 fn create(&self, transport: Box<TWriteTransport + Send>) -> Box<TOutputProtocol + Send> { in create()
992 let mut t: Box<TOutputProtocol> = Box::new(TCompactOutputProtocol::new(w)); in must_create_usable_output_protocol_from_boxed_output()
1005 W: TOutputProtocol, in takes_output_protocol() argument
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/rs/src/protocol/
H A Dmod.rs288 pub trait TOutputProtocol { interface
433 impl<P> TOutputProtocol for Box<P>
435 P: TOutputProtocol + ?Sized,
580 fn create(&self, transport: Box<dyn TWriteTransport + Send>) -> Box<dyn TOutputProtocol + Send>; in create()
587 … fn create(&self, transport: Box<dyn TWriteTransport + Send>) -> Box<dyn TOutputProtocol + Send> { in create()
951 let mut t: Box<dyn TOutputProtocol> = Box::new(TCompactOutputProtocol::new(w)); in must_create_usable_output_protocol_from_boxed_output()
964 W: TOutputProtocol, in takes_output_protocol() argument

12345