Home
last modified time | relevance | path

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

/external/pigweed/pw_rpc/raw/
Draw_method_union_test.cc37 GetRawMethodFor<&Implementation::DoNothing, MethodType::kUnary>(10u),
38 GetRawMethodFor<&Implementation::AddFive, MethodType::kUnary>(11u),
39 GetRawMethodFor<&Implementation::StartStream,
/external/pigweed/pw_rpc/raw/public/pw_rpc/internal/
Draw_method_union.h42 constexpr RawMethod GetRawMethodFor(uint32_t id) { in GetRawMethodFor() function