Home
last modified time | relevance | path

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

/external/grpc-grpc/src/proto/grpc/lb/v1/
Dload_reporter.proto114 // num_calls_in_progress is the only valid entry. If in_progress_report is not
115 // set, num_calls_in_progress will be ignored. If in_progress_report is set,
116 // fields other than num_calls_in_progress and orphaned_load will be ignored.
123 int64 num_calls_in_progress = 5; field
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/lb/v1/
Dload_reporter.proto114 // num_calls_in_progress is the only valid entry. If in_progress_report is not
115 // set, num_calls_in_progress will be ignored. If in_progress_report is set,
116 // fields other than num_calls_in_progress and orphaned_load will be ignored.
123 int64 num_calls_in_progress = 5; field
/external/grpc-grpc/test/cpp/server/load_reporter/
Dload_data_store_test.cc406 uint64_t num_calls_in_progress = 0; in TEST_F() local
409 num_calls_in_progress); in TEST_F()
414 num_calls_in_progress += in TEST_F()
421 num_calls_in_progress += in TEST_F()
428 num_calls_in_progress); in TEST_F()
/external/grpc-grpc/test/cpp/end2end/
Dserver_load_reporting_end2end_test.cc153 ASSERT_EQ(load.num_calls_in_progress(), 1); in TEST_F()