Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_rpc_transport/
H A Degress_ingress_test.cc315 EXPECT_EQ(ingress.num_overflow_channel_ids(), 0u); in TEST()
344 EXPECT_EQ(ingress.num_overflow_channel_ids(), 1u); in TEST()
374 EXPECT_EQ(ingress.num_overflow_channel_ids(), 0u); in TEST()
406 EXPECT_EQ(ingress.num_overflow_channel_ids(), 0u); in TEST()
/aosp_15_r20/external/pigweed/pw_rpc_transport/public/pw_rpc_transport/
H A Degress_ingress.h111 uint32_t num_overflow_channel_ids() const { in num_overflow_channel_ids() function