Home
last modified time | relevance | path

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

/tonic/tests/disable_comments/tests/
H A Ddisable_comments.rs10 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 DREADME.md6 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 Dstatus.rs902 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 DREADME.md13 Once, you have this token you must fetch your GCP project id which can be found
/tonic/
H A DREADME.md39 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 Dreflection_v1.proto16 // server reflection works can be found at
19 // The canonical version of this proto can be found at
/tonic/tonic-health/proto/
H A Dhealth.proto15 // The canonical version of this proto can be found at
/tonic/examples/
H A Drouteguide-tutorial.md377 from the client and tries to find a feature at the given `Point`. If no feature is found, it returns