Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/cpp/interop/
H A Dinterop_client.h75 bool DoUnimplementedMethod();
H A Dclient.cc314 std::bind(&grpc::testing::InteropClient::DoUnimplementedMethod, &client); in main()
H A Dobservability_client.cc348 std::bind(&grpc::testing::InteropClient::DoUnimplementedMethod, &client); in main()
H A Dinterop_client.cc1408 bool InteropClient::DoUnimplementedMethod() { in DoUnimplementedMethod() function in grpc::testing::InteropClient