Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/moqt/tools/
H A Dchat_client_bin.cc85 absl::bind_front(&ChatClient::OnTerminalLineInput, this)); in ChatClient()
100 void OnTerminalLineInput(absl::string_view input_message) { in OnTerminalLineInput() function in ChatClient
410 client.OnTerminalLineInput(message_to_send); in main()