Lines Matching refs:name
47 … our package name, which is what Tonic looks for when including your protos in the client and serv…
67 // Request message contains the name to be greeted
68 string name = 1;
88 string name = 1;
102 name = "helloworld-tonic"
107 name = "helloworld-server"
111 name = "helloworld-client"
151 …tonic::include_proto!("helloworld"); // The string specified here must match the proto package name
170 …message: format!("Hello {}!", request.into_inner().name), // We must use .into_inner() as the fiel…
219 message: format!("Hello {}!", request.into_inner().name),
246 $ grpcurl -plaintext -import-path ./proto -proto helloworld.proto -d '{"name": "Tonic"}' '[::1]:500…
279 name: "Tonic".into(),
305 name: "Tonic".into(),