Home
last modified time | relevance | path

Searched refs:SLOTS_PER_LINKED_ERROR (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Derror.cc305 #define SLOTS_PER_LINKED_ERROR (sizeof(grpc_linked_error) / sizeof(intptr_t)) macro
327 static_cast<uint8_t>(num_referencing * SLOTS_PER_LINKED_ERROR) + in grpc_error_create()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Derror.cc299 #define SLOTS_PER_LINKED_ERROR (sizeof(grpc_linked_error) / sizeof(intptr_t)) macro
325 static_cast<uint8_t>(num_referencing * SLOTS_PER_LINKED_ERROR) + in grpc_error_create()