Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/ext/otel/
Dotel_test_library.cc219 std::vector<opentelemetry::sdk::metrics::PointDataAttributes>>&)> in ReadCurrentMetricsData()
/third_party/grpc/test/cpp/end2end/xds/
Dxds_end2end_test_lib.cc638 std::function<bool(const RpcResult&)> continue_predicate, int timeout_ms, in SendRpcsUntil()
822 auto continue_predicate = [&]() { in WaitForNack() local
/third_party/grpc/test/cpp/end2end/
Dclient_lb_end2end_test.cc389 absl::AnyInvocable<bool(const Status&)> continue_predicate, in SendRpcsUntil()