Home
last modified time | relevance | path

Searched refs:f64 (Results 1 – 8 of 8) sorted by relevance

/thrift-3.4.0/doc/specs/
Dthrift-parameter-validation-proposal.md82 | eq | equals to (`==`) | i8, i16, i32, i64, f64, string, bool | sam…
83 | ne | not equals to (`!=`) | i8, i16, i32, i64, f64, string, bool | sam…
84 | lt | less than (`<`) | i8, i16, i32, i64, f64 | sam…
85 | le | less equal (`<=`) | i8, i16, i32, i64, f64 | sam…
86 | gt | greater than (`>`) | i8, i16, i32, i64, f64 | sam…
87 | ge | greater equal (`>=`) | i8, i16, i32, i64, f64 | sam…
88 | in | within given container | i8, i16, i32, i64, f64, enum | sam…
89 | not_in | not within given container | i8, i16, i32, i64, f64, enum | sam…
/thrift-3.4.0/lib/rs/src/protocol/
Dstored.rs157 fn read_double(&mut self) -> crate::Result<f64> { in read_double() argument
Dmod.rs173 fn read_double(&mut self) -> crate::Result<f64>; in read_double() argument
325 fn write_double(&mut self, d: f64) -> crate::Result<()>; in write_double()
404 fn read_double(&mut self) -> crate::Result<f64> { in read_double() argument
497 fn write_double(&mut self, d: f64) -> crate::Result<()> { in write_double()
Dmultiplexed.rs147 fn write_double(&mut self, d: f64) -> crate::Result<()> { in write_double()
Dbinary.rs189 fn read_double(&mut self) -> crate::Result<f64> { in read_double() argument
384 fn write_double(&mut self, d: f64) -> crate::Result<()> { in write_double()
Dcompact.rs249 fn read_double(&mut self) -> crate::Result<f64> { in read_double() argument
535 fn write_double(&mut self, d: f64) -> crate::Result<()> { in write_double()
2811 assert!(read_double - double < std::f64::EPSILON); in must_read_write_double()
/thrift-3.4.0/test/rs/src/bin/
Dtest_server.rs197 fn handle_test_double(&self, thing: OrderedFloat<f64>) -> thrift::Result<OrderedFloat<f64>> { in handle_test_double() argument
/thrift-3.4.0/tutorial/rs/
DREADME.md142 * double: `OrderedFloat<f64>`