Home
last modified time | relevance | path

Searched defs:CallProperties (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dcall.h62 constexpr CallProperties() : bits_(0u) {} in CallProperties() function
64 constexpr CallProperties(MethodType method_type, in CallProperties() function
/external/pigweed/pw_rpc/
Dcall_test.cc64 TEST(CallProperties, ValuesMatch) { in TEST() argument