Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/core/lib/channel/
H A Dchannelz.cc86 auto calls_started = calls_started_.load(std::memory_order_relaxed); in PopulateCallCounts() local
127 int64_t calls_started = 0; in PopulateCallCounts() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/channel/
Dchannelz.cc86 auto calls_started = calls_started_.load(std::memory_order_relaxed); in PopulateCallCounts() local
127 int64_t calls_started = 0; in PopulateCallCounts() local
/aosp_15_r20/external/grpc-grpc-java/services/src/main/proto/grpc/channelz/v1/
H A Dchannelz.proto110 int64 calls_started = 4; field
217 int64 calls_started = 2; field
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/channelz/
Dchannelz.proto110 int64 calls_started = 4; field
217 int64 calls_started = 2; field
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/channelz/
H A Dchannelz.proto110 int64 calls_started = 4; field
217 int64 calls_started = 2; field
/aosp_15_r20/external/grpc-grpc/test/core/channel/
H A Dchannelz_test.cc207 int64_t calls_started; member