Home
last modified time | relevance | path

Searched refs:build_client (Results 1 – 7 of 7) sorted by relevance

/tonic/tonic-build/src/
H A Dmanual.rs372 if self.builder.build_client { in generate()
384 if self.builder.build_client && !self.clients.is_empty() { in finalize()
418 build_client: bool, field
428 build_client: true, in default()
444 pub fn build_client(mut self, enable: bool) -> Self { in build_client() method
445 self.build_client = enable; in build_client()
H A Dprost.rs19 build_client: true, in configure()
239 if self.builder.build_client { in generate()
256 if self.builder.build_client && !self.clients.is_empty() { in finalize()
289 pub(crate) build_client: bool, field
321 pub fn build_client(mut self, enable: bool) -> Self { in build_client() method
322 self.build_client = enable; in build_client()
/tonic/codegen/src/
H A Dmain.rs73 build_client: bool, in codegen()
91 .build_client(build_client) in codegen()
/tonic/tests/skip_debug/
H A Dbuild.rs5 .build_client(true) in main()
/tonic/tests/extern_path/my_application/
H A Dbuild.rs4 .build_client(true) in main()
/tonic/tests/disable_comments/
H A Dbuild.rs7 .build_client(true) in main()
/tonic/examples/
H A Drouteguide-tutorial.md817 .build_client(false)