Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 25 of 40) sorted by relevance

12

/tonic/tonic-build/src/
H A Dserver.rs15 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 Dclient.rs13 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 Dlib.rs139 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 Dmanual.rs204 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 Dprost.rs151 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 Dencoding.rs23 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 Dkey.rs202 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 Dvalue.rs107 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 Dmap.rs365 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 Dtls.rs24 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 Dmain.rs73 build_client: bool, in codegen()
74 build_server: bool, in codegen()
/tonic/tonic/src/transport/channel/service/
H A Dtls.rs35 assume_http2: bool, in new()
36 use_key_log: bool, in new()
H A Dio.rs64 fn is_write_vectored(&self) -> bool { in is_write_vectored()
/tonic/interop/src/
H A Dlib.rs65 pub fn is_failed(&self) -> bool { in is_failed()
/tonic/tonic-types/src/richer_error/error_details/
H A Dmod.rs540 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 Dbody.rs88 fn is_end_stream(&self) -> bool { in is_end_stream()
/tonic/tests/integration_tests/src/
H A Dlib.rs64 fn is_write_vectored(&self) -> bool { in is_write_vectored()
/tonic/tonic/src/transport/server/
H A Dincoming.rs102 nodelay: Option<bool>, in set_accepted_socket_options()
/tonic/tonic/src/codec/
H A Dcompression.rs64 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 Drequest_info.rs38 pub fn is_empty(&self) -> bool { in is_empty()
H A Ddebug_info.rs35 pub fn is_empty(&self) -> bool { in is_empty()
H A Dloc_message.rs39 pub fn is_empty(&self) -> bool { in is_empty()
H A Dretry_info.rs50 pub fn is_empty(&self) -> bool { in is_empty()
H A Dresource_info.rs48 pub fn is_empty(&self) -> bool { in is_empty()
/tonic/tonic-reflection/src/server/
H A Dmod.rs126 use_all_service_names: bool, in new()
163 use_all_service_names: bool, in process_file()

12