Home
last modified time | relevance | path

Searched defs:calls_failed (Results 1 – 6 of 6) sorted by relevance

/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/channel/
Dchannelz.cc88 auto calls_failed = calls_failed_.load(std::memory_order_relaxed); in PopulateCallCounts() local
129 int64_t calls_failed = 0; in PopulateCallCounts() local
/external/grpc-grpc/src/core/lib/channel/
Dchannelz.cc88 auto calls_failed = calls_failed_.load(std::memory_order_relaxed); in PopulateCallCounts() local
129 int64_t calls_failed = 0; in PopulateCallCounts() local
/external/grpc-grpc/src/proto/grpc/channelz/
Dchannelz.proto114 int64 calls_failed = 6; field
221 int64 calls_failed = 4; field
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/channelz/
Dchannelz.proto114 int64 calls_failed = 6; field
221 int64 calls_failed = 4; field
/external/grpc-grpc-java/services/src/main/proto/grpc/channelz/v1/
Dchannelz.proto114 int64 calls_failed = 6; field
221 int64 calls_failed = 4; field
/external/grpc-grpc/test/core/channel/
Dchannelz_test.cc208 int64_t calls_failed; member