| /tonic/tonic-build/src/ |
| H A D | server.rs | 15 emit_package: bool, in generate_internal() 20 use_arc_self: bool, in generate_internal() 199 emit_package: bool, in generate_trait() 204 use_arc_self: bool, in generate_trait() 232 emit_package: bool, in generate_trait_methods() 236 use_arc_self: bool, in generate_trait_methods() 371 emit_package: bool, in generate_methods() 374 use_arc_self: bool, in generate_methods() 441 use_arc_self: bool, in generate_unary() 499 use_arc_self: bool, in generate_server_streaming() [all …]
|
| H A D | client.rs | 13 emit_package: bool, in generate_internal() 15 compile_well_known_types: bool, in generate_internal() 16 build_transport: bool, in generate_internal() 169 emit_package: bool, in generate_methods() 171 compile_well_known_types: bool, in generate_methods() 224 emit_package: bool, in generate_unary() 226 compile_well_known_types: bool, in generate_unary() 255 emit_package: bool, in generate_server_streaming() 257 compile_well_known_types: bool, in generate_server_streaming() 286 emit_package: bool, in generate_client_streaming() [all …]
|
| H A D | lib.rs | 139 fn client_streaming(&self) -> bool; in client_streaming() 141 fn server_streaming(&self) -> bool; in server_streaming() 145 fn deprecated(&self) -> bool { in deprecated() 152 compile_well_known_types: bool, in request_response_name() 293 pub(crate) fn match_name(pattern: &str, path: &str) -> bool { in match_name()
|
| H A D | manual.rs | 204 fn client_streaming(&self) -> bool { in client_streaming() 208 fn server_streaming(&self) -> bool { in server_streaming() 216 fn deprecated(&self) -> bool { in deprecated() 223 _compile_well_known_types: bool, in request_response_name()
|
| H A D | prost.rs | 151 fn client_streaming(&self) -> bool { in client_streaming() 155 fn server_streaming(&self) -> bool { in server_streaming() 163 fn deprecated(&self) -> bool { in deprecated() 170 compile_well_known_types: bool, in request_response_name() 201 fn is_google_type(ty: &str) -> bool { in is_google_type()
|
| /tonic/tonic/src/metadata/ |
| H A D | encoding.rs | 23 fn is_empty(value: &[u8]) -> bool; in is_empty() 38 fn equals(a: &HeaderValue, b: &[u8]) -> bool; in equals() 41 fn values_equal(a: &HeaderValue, b: &HeaderValue) -> bool; in values_equal() 52 fn is_valid_key(key: &str) -> bool; in is_valid_key() 81 fn is_empty(value: &[u8]) -> bool { in is_empty() 101 fn equals(a: &HeaderValue, b: &[u8]) -> bool { in equals() 105 fn values_equal(a: &HeaderValue, b: &HeaderValue) -> bool { in values_equal() 115 fn is_valid_key(key: &str) -> bool { in is_valid_key() 121 fn is_empty(value: &[u8]) -> bool { in is_empty() 158 fn equals(a: &HeaderValue, b: &[u8]) -> bool { in equals() [all …]
|
| H A D | key.rs | 202 fn eq(&self, other: &&'a MetadataKey<VE>) -> bool { in eq() 209 fn eq(&self, other: &MetadataKey<VE>) -> bool { in eq() 229 fn eq(&self, other: &str) -> bool { in eq() 249 fn eq(&self, other: &MetadataKey<VE>) -> bool { in eq() 258 fn eq(&self, other: &&'a str) -> bool { in eq() 267 fn eq(&self, other: &MetadataKey<VE>) -> bool { in eq()
|
| H A D | value.rs | 107 pub fn is_empty(&self) -> bool { in is_empty() 148 pub fn set_sensitive(&mut self, val: bool) { in set_sensitive() 174 pub fn is_sensitive(&self) -> bool { in is_sensitive() 631 fn eq(&self, other: &MetadataValue<VE>) -> bool { in eq() 658 fn eq(&self, other: &str) -> bool { in eq() 665 fn eq(&self, other: &[u8]) -> bool { in eq() 686 fn eq(&self, other: &MetadataValue<VE>) -> bool { in eq() 693 fn eq(&self, other: &MetadataValue<VE>) -> bool { in eq() 714 fn eq(&self, other: &String) -> bool { in eq() 728 fn eq(&self, other: &MetadataValue<VE>) -> bool { in eq() [all …]
|
| H A D | map.rs | 365 pub fn is_empty(&self) -> bool { in is_empty() 1983 fn eq(&self, other: &Self) -> bool { in eq() 2039 fn append(self, map: &mut MetadataMap, val: MetadataValue<VE>) -> bool; in append() 2059 fn append(self, map: &mut MetadataMap, val: MetadataValue<VE>) -> bool { in append() 2080 fn append(self, map: &mut MetadataMap, val: MetadataValue<VE>) -> bool { in append() 2442 fn contains_key(&self, map: &MetadataMap) -> bool; in contains_key() 2450 fn contains_key(&self, map: &MetadataMap) -> bool { in contains_key() 2460 fn contains_key(&self, map: &MetadataMap) -> bool { in contains_key() 2470 fn contains_key(&self, map: &MetadataMap) -> bool { in contains_key() 2480 fn contains_key(&self, map: &MetadataMap) -> bool { in contains_key() [all …]
|
| /tonic/tonic/src/transport/server/service/ |
| H A D | tls.rs | 24 client_auth_optional: bool, in new() 25 ignore_client_order: bool, in new() 26 use_key_log: bool, in new()
|
| /tonic/codegen/src/ |
| H A D | main.rs | 73 build_client: bool, in codegen() 74 build_server: bool, in codegen()
|
| /tonic/tonic/src/transport/channel/service/ |
| H A D | tls.rs | 35 assume_http2: bool, in new() 36 use_key_log: bool, in new()
|
| H A D | io.rs | 64 fn is_write_vectored(&self) -> bool { in is_write_vectored()
|
| /tonic/interop/src/ |
| H A D | lib.rs | 65 pub fn is_failed(&self) -> bool { in is_failed()
|
| /tonic/tonic-types/src/richer_error/error_details/ |
| H A D | mod.rs | 540 pub fn has_quota_failure_violations(&self) -> bool { in has_quota_failure_violations() 662 pub fn has_precondition_failure_violations(&self) -> bool { in has_precondition_failure_violations() 734 pub fn has_bad_request_violations(&self) -> bool { in has_bad_request_violations() 855 pub fn has_help_links(&self) -> bool { in has_help_links()
|
| /tonic/tonic/src/ |
| H A D | body.rs | 88 fn is_end_stream(&self) -> bool { in is_end_stream()
|
| /tonic/tests/integration_tests/src/ |
| H A D | lib.rs | 64 fn is_write_vectored(&self) -> bool { in is_write_vectored()
|
| /tonic/tonic/src/transport/server/ |
| H A D | incoming.rs | 102 nodelay: Option<bool>, in set_accepted_socket_options()
|
| /tonic/tonic/src/codec/ |
| H A D | compression.rs | 64 pub fn is_enabled(&self, encoding: CompressionEncoding) -> bool { in is_enabled() 69 pub fn is_empty(&self) -> bool { in is_empty()
|
| /tonic/tonic-types/src/richer_error/std_messages/ |
| H A D | request_info.rs | 38 pub fn is_empty(&self) -> bool { in is_empty()
|
| H A D | debug_info.rs | 35 pub fn is_empty(&self) -> bool { in is_empty()
|
| H A D | loc_message.rs | 39 pub fn is_empty(&self) -> bool { in is_empty()
|
| H A D | retry_info.rs | 50 pub fn is_empty(&self) -> bool { in is_empty()
|
| H A D | resource_info.rs | 48 pub fn is_empty(&self) -> bool { in is_empty()
|
| /tonic/tonic-reflection/src/server/ |
| H A D | mod.rs | 126 use_all_service_names: bool, in new() 163 use_all_service_names: bool, in process_file()
|