Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/
Dstatic_metadata.h548 GRPC_BATCH_CALLOUTS_COUNT enumerator
552 struct grpc_linked_mdelem* array[GRPC_BATCH_CALLOUTS_COUNT];
584 ->index <= static_cast<uint32_t>(GRPC_BATCH_CALLOUTS_COUNT) \
589 : GRPC_BATCH_CALLOUTS_COUNT)
Dmetadata_batch.cc65 if (callout_idx != GRPC_BATCH_CALLOUTS_COUNT) { in assert_valid_callouts()
110 GPR_DEBUG_ASSERT(idx >= 0 && idx < GRPC_BATCH_CALLOUTS_COUNT); in link_callout()
127 if (idx == GRPC_BATCH_CALLOUTS_COUNT) { in maybe_link_callout()
137 if (idx == GRPC_BATCH_CALLOUTS_COUNT) { in maybe_unlink_callout()
/external/grpc-grpc/src/core/lib/transport/
Dstatic_metadata.h550 GRPC_BATCH_CALLOUTS_COUNT enumerator
554 struct grpc_linked_mdelem* array[GRPC_BATCH_CALLOUTS_COUNT];
587 GRPC_BATCH_CALLOUTS_COUNT) \
588 : GRPC_BATCH_CALLOUTS_COUNT)
Dmetadata_batch.cc62 if (callout_idx != GRPC_BATCH_CALLOUTS_COUNT) { in assert_valid_callouts()
104 if (idx == GRPC_BATCH_CALLOUTS_COUNT) { in maybe_link_callout()
121 if (idx == GRPC_BATCH_CALLOUTS_COUNT) { in maybe_unlink_callout()