Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/surface/
Dchannel_init.cc25 typedef struct stage_slot { struct
30 } stage_slot; argument
33 stage_slot* slots;
57 g_slots[type].slots = static_cast<stage_slot*>( in grpc_channel_init_register_stage()
61 stage_slot* s = &g_slots[type].slots[g_slots[type].num_slots++]; in grpc_channel_init_register_stage()
69 const stage_slot* sa = static_cast<const stage_slot*>(a); in compare_slots()
70 const stage_slot* sb = static_cast<const stage_slot*>(b); in compare_slots()
90 static_cast<stage_slot*>((void*)static_cast<uintptr_t>(0xdeadbeef)); in grpc_channel_init_shutdown()
102 const stage_slot* slot = &g_slots[type].slots[i]; in grpc_channel_init_create_stack()