Home
last modified time | relevance | path

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

/external/pigweed/pw_rpc/raw/
Draw_method_test.cc150 const RawMethod& method = std::get<0>(FakeService::kMethods).raw_method(); in TEST()
174 const RawMethod& method = std::get<1>(FakeService::kMethods).raw_method(); in TEST()
187 const RawMethod& method = std::get<1>(FakeService::kMethods).raw_method(); in TEST()
209 const RawMethod& method = std::get<1>(FakeService::kMethods).raw_method(); in TEST()
227 const RawMethod& method = std::get<1>(FakeService::kMethods).raw_method(); in TEST()
238 const RawMethod& method = std::get<1>(FakeService::kMethods).raw_method(); in TEST()
250 const RawMethod& method = std::get<1>(FakeService::kMethods).raw_method(); in TEST()
DBUILD28 "raw_method.cc",
31 "public/pw_rpc/internal/raw_method.h",
DBUILD.gn28 public = [ "public/pw_rpc/internal/raw_method.h" ]
29 sources = [ "raw_method.cc" ]
/external/pigweed/pw_rpc/raw/public/pw_rpc/internal/
Draw_method_union.h30 constexpr const RawMethod& raw_method() const { return impl_.raw; } in raw_method() function
/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dmethod_lookup.h30 const auto& method = GetMethodUnion<Service, kMethodId>().raw_method(); in GetRawMethod()
/external/pigweed/pw_rpc/nanopb/public/pw_rpc/internal/
Dnanopb_method_union.h32 constexpr const RawMethod& raw_method() const { return impl_.raw; } in raw_method() function