Home
last modified time | relevance | path

Searched defs:code (Results 1 – 6 of 6) sorted by relevance

/tonic/tonic-types/proto/
H A Dstatus.proto37 int32 code = 1; field
/tonic/tonic/src/
H A Dstatus.rs40 code: Code, field
362 let code = Self::code_from_h2(&err); in from_h2_error() localVariable
423 let code = Status::code_from_h2(h2_err); in from_hyper_error() localVariable
442 let code = Code::from_bytes(header_map.get(Self::GRPC_STATUS)?.as_ref()); in from_header_map() localVariable
486 pub fn code(&self) -> Code { in code() method
688 let code = match err.kind() { in from() localVariable
748 let code = match status_code { in infer_grpc_status() localVariable
957 let code = Code::from(i); in code_from_i32() localVariable
/tonic/interop/proto/grpc/testing/
H A Dmessages.proto48 int32 code = 1; field
/tonic/tonic-types/src/generated/
H A Dgoogle_rpc.rs13 pub code: i32, field
/tonic/tonic-build/src/
H A Dmanual.rs392 let code = prettyplease::unparse(&ast); in finalize() localVariable
406 let code = prettyplease::unparse(&ast); in finalize() localVariable
H A Dprost.rs264 let code = prettyplease::unparse(&ast); in finalize() localVariable
278 let code = prettyplease::unparse(&ast); in finalize() localVariable