Home
last modified time | relevance | path

Searched refs:NAME (Results 1 – 12 of 12) sorted by relevance

/tonic/tonic/src/service/
H A Dlayered.rs19 const NAME: &'static str = T::NAME; constant
74 const NAME: &'static str = TEST_SERVICE_NAME; constant
79 S::NAME in get_name_of_named_service()
H A Dinterceptor.rs161 const NAME: &'static str = S::NAME; constant
H A Drouter.rs90 &format!("/{}/{{*rest}}", S::NAME), in add_service()
/tonic/tonic/src/server/
H A Dmod.rs25 const NAME: &'static str; constant
/tonic/tests/integration_tests/tests/
H A Dextensions.rs156 const NAME: &'static str = S::NAME; constant
/tonic/interop/src/
H A Dserver.rs174 const NAME: &'static str = S::NAME; constant
/tonic/tonic-web/src/
H A Dservice.rs180 const NAME: &'static str = S::NAME; constant
273 const NAME: &'static str = "test"; constant
/tonic/tonic-health/src/
H A Dserver.rs55 let service_name = <S as NamedService>::NAME; in set_serving()
66 let service_name = <S as NamedService>::NAME; in set_not_serving()
/tonic/tonic-health/src/generated/
H A Dgrpc_health_v1.rs457 const NAME: &'static str = SERVICE_NAME; constant
/tonic/tonic-reflection/src/generated/
H A Dgrpc_reflection_v1.rs459 const NAME: &'static str = SERVICE_NAME; constant
H A Dgrpc_reflection_v1alpha.rs459 const NAME: &'static str = SERVICE_NAME; constant
/tonic/tonic-build/src/
H A Dserver.rs364 const NAME: &'static str = SERVICE_NAME; in generate_named() constant