Searched refs:pwpb_method (Results 1 – 3 of 3) sorted by relevance
206 std::get<0>(FakeServiceBase<FakeService>::kMethods).pwpb_method();208 std::get<1>(FakeServiceBase<FakeService>::kMethods).pwpb_method();210 std::get<2>(FakeServiceBase<FakeService>::kMethods).pwpb_method();212 std::get<3>(FakeServiceBase<FakeService>::kMethods).pwpb_method();214 std::get<4>(FakeServiceBase<FakeService>::kMethods).pwpb_method();
33 constexpr const PwpbMethod& pwpb_method() const { return impl_.pwpb; } in pwpb_method() function
39 const auto& method = GetMethodUnion<Service, kMethodId>().pwpb_method(); in GetPwpbMethod()