Searched refs:found (Results 1 – 8 of 8) sorted by relevance
| /tonic/tests/disable_comments/tests/ |
| H A D | disable_comments.rs | 10 while let Some(found) = s[index..].find("This comment will not be removed.") { in test() 11 index += found + 1; in test()
|
| /tonic/tonic/benches-disabled/ |
| H A D | README.md | 6 After running, the reports can be found in `tonic/target/criterion/report/index.html` 8 …ation. If gnuplot is not installed, Criterion will display: `Gnuplot not found, disabling plottin…
|
| /tonic/tonic/src/ |
| H A D | status.rs | 902 let found = Status::from_error(Box::new(orig)); in from_error_status() localVariable 904 assert_eq!(found.code(), Code::OutOfRange); in from_error_status() 905 assert_eq!(found.message(), "weeaboo"); in from_error_status() 911 let found = Status::from_error(orig); in from_error_unknown() localVariable 913 assert_eq!(found.code(), Code::Unknown); in from_error_unknown() 920 let found = Status::from_error(Box::new(orig)); in from_error_nested() localVariable 922 assert_eq!(found.code(), Code::OutOfRange); in from_error_nested() 923 assert_eq!(found.message(), "weeaboo"); in from_error_nested() 932 let found = Status::from_error(Box::new(orig)); in from_error_h2() localVariable 934 assert_eq!(found.code(), Code::Cancelled); in from_error_h2() [all …]
|
| /tonic/examples/src/gcp/ |
| H A D | README.md | 13 Once, you have this token you must fetch your GCP project id which can be found
|
| /tonic/ |
| H A D | README.md | 39 Examples can be found in [`examples`] and for more complex scenarios [`interop`] 55 First, see if the answer to your question can be found in the API documentation.
|
| /tonic/tonic-reflection/proto/ |
| H A D | reflection_v1.proto | 16 // server reflection works can be found at 19 // The canonical version of this proto can be found at
|
| /tonic/tonic-health/proto/ |
| H A D | health.proto | 15 // The canonical version of this proto can be found at
|
| /tonic/examples/ |
| H A D | routeguide-tutorial.md | 377 from the client and tries to find a feature at the given `Point`. If no feature is found, it returns
|