Home
last modified time | relevance | path

Searched refs:kUnary (Results 1 – 8 of 8) sorted by relevance

/external/pigweed/pw_rpc/pw_rpc_private/
Dmethod_impl_tester.h50 MethodType::kUnary);
52 MethodType::kUnary);
/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dmethod_union.h79 if constexpr (expected == MethodType::kUnary) { in InvalidMethod()
115 } else if constexpr (type == MethodType::kUnary) { in GetMethodFor()
Dmethod_type.h19 kUnary, enumerator
/external/pigweed/pw_rpc/raw/public/pw_rpc/internal/
Draw_method.h120 static constexpr MethodType kType = MethodType::kUnary;
128 static constexpr MethodType kType = MethodType::kUnary;
/external/pigweed/pw_rpc/raw/
Draw_method_union_test.cc37 GetRawMethodFor<&Implementation::DoNothing, MethodType::kUnary>(10u),
38 GetRawMethodFor<&Implementation::AddFive, MethodType::kUnary>(11u),
/external/pigweed/pw_rpc/nanopb/public/pw_rpc/
Dnanopb_client_call.h88 static constexpr MethodType kType = MethodType::kUnary;
134 if constexpr (Traits::kType == internal::MethodType::kUnary) {
/external/pigweed/pw_rpc/nanopb/
Dnanopb_method_union_test.cc36 MethodType::kUnary,
46 MethodType::kUnary,
/external/pigweed/pw_rpc/nanopb/public/pw_rpc/internal/
Dnanopb_method.h68 static constexpr MethodType kType = MethodType::kUnary;