Searched defs:Result (Results 1 – 12 of 12) sorted by relevance
| /libCEED/rust/libceed/src/ |
| H A D | qfunction.rs | 377 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() 416 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() 433 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()
|
| H A D | vector.rs | 225 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() 830 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() 886 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()
|
| H A D | lib.rs | 133 pub type Result<T> = std::result::Result<T, Error>; typedef 143 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() 248 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()
|
| H A D | operator.rs | 333 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() 381 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() 437 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()
|
| H A D | elem_restriction.rs | 138 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()
|
| H A D | basis.rs | 119 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()
|
| /libCEED/examples/rust/ex1-volume/src/ |
| H A D | main.rs | 38 fn example_1(options: opt::Opt) -> libceed::Result<()> { in example_1()
|
| /libCEED/examples/rust/ex1-volume-vector/src/ |
| H A D | main.rs | 39 fn example_1_vector(options: opt::Opt) -> libceed::Result<()> { in example_1_vector()
|
| /libCEED/examples/rust/ex3-volume-vector/src/ |
| H A D | main.rs | 39 fn example_3_vector(options: opt::Opt) -> libceed::Result<()> { in example_3_vector()
|
| /libCEED/examples/rust/ex3-volume/src/ |
| H A D | main.rs | 38 fn example_3(options: opt::Opt) -> libceed::Result<()> { in example_3()
|
| /libCEED/examples/rust/ex2-surface/src/ |
| H A D | main.rs | 39 fn example_2(options: opt::Opt) -> libceed::Result<()> { in example_2()
|
| /libCEED/examples/rust/ex2-surface-vector/src/ |
| H A D | main.rs | 40 fn example_2_vector(options: opt::Opt) -> libceed::Result<()> { in example_2_vector()
|