Home
last modified time | relevance | path

Searched defs:continue_predicate (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/xds/
H A Dxds_end2end_test_lib.cc623 std::function<bool(const RpcResult&)> continue_predicate, int timeout_ms, in SendRpcsUntil()
786 auto continue_predicate = [&]() { in WaitForNack() local
/aosp_15_r20/external/grpc-grpc/test/cpp/ext/otel/
H A Dotel_test_library.cc211 std::vector<opentelemetry::sdk::metrics::PointDataAttributes>>&)> in ReadCurrentMetricsData()
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dclient_lb_end2end_test.cc384 absl::AnyInvocable<bool(const Status&)> continue_predicate, in SendRpcsUntil()