OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsNumCallsInProgressChangedSinceLastReport
(Results
1 - 3
of
3
) sorted by null
/external/grpc-grpc/test/cpp/server/load_reporter/
load_data_store_test.cc
407
EXPECT_FALSE(per_balancer_store.
IsNumCallsInProgressChangedSinceLastReport
());
412
EXPECT_TRUE(per_balancer_store.
IsNumCallsInProgressChangedSinceLastReport
());
416
EXPECT_FALSE(per_balancer_store.
IsNumCallsInProgressChangedSinceLastReport
());
419
EXPECT_TRUE(per_balancer_store.
IsNumCallsInProgressChangedSinceLastReport
());
423
EXPECT_FALSE(per_balancer_store.
IsNumCallsInProgressChangedSinceLastReport
());
426
EXPECT_FALSE(per_balancer_store.
IsNumCallsInProgressChangedSinceLastReport
());
/external/grpc-grpc/src/cpp/server/load_reporter/
load_data_store.h
214
bool
IsNumCallsInProgressChangedSinceLastReport
() const {
load_reporter.cc
338
if (per_balancer_store->
IsNumCallsInProgressChangedSinceLastReport
()) {
Completed in 2080 milliseconds