Searched refs:GoodEgress (Results 1 – 1 of 1) sorted by relevance
/external/pigweed/pw_router/ |
D | static_router_test.cc | 54 EgressFunction GoodEgress(+[](ConstByteSpan) { return OkStatus(); }); in __anon747328760202() variable 61 constexpr StaticRouter::Route routes[] = {{1, GoodEgress}, {2, BadEgress}}; in TEST() 71 constexpr StaticRouter::Route routes[] = {{1, GoodEgress}, {2, BadEgress}}; in TEST() 81 constexpr StaticRouter::Route routes[] = {{1, GoodEgress}, {2, BadEgress}}; in TEST() 90 constexpr StaticRouter::Route routes[] = {{1, GoodEgress}, {2, BadEgress}}; in TEST()
|