Searched refs:message_request (Results 1 – 8 of 8) sorted by relevance
31 message_request: Some(MessageRequest::ListServices(String::new())), in test_list_services()51 message_request: Some(MessageRequest::FileByFilename(String::from( in test_file_by_filename()75 message_request: Some(MessageRequest::FileContainingSymbol(String::from( in test_file_containing_symbol()
16 message_request: Some(v1::server_reflection_request::MessageRequest::ListServices( in test_v1()40 message_request: Some( in test_v1alpha()
32 // fields in message_request. The server distinguishes requests by their34 oneof message_request { oneof76 // message_request in the request.
42 // fields in message_request. The server distinguishes requests by their44 oneof message_request { oneof85 // The server sets one of the following fields according to the message_request
41 let resp_msg = match req.message_request.clone() { in server_reflection_info()
11 pub message_request: ::core::option::Option< field