Home
last modified time | relevance | path

Searched refs:InvalidMethod (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dmethod_union.h78 constexpr auto InvalidMethod(uint32_t) { in InvalidMethod() function
114 return InvalidMethod<method, type>(id); in GetMethodFor()
/external/pigweed/pw_rpc/raw/public/pw_rpc/internal/
Draw_method_union.h46 return InvalidMethod<method, type, RawMethod>(id); in GetRawMethodFor()
/external/pigweed/pw_rpc/nanopb/public/pw_rpc/internal/
Dnanopb_method_union.h56 return InvalidMethod<method, type, RawMethod>(id); in GetNanopbOrRawMethodFor()
/external/tensorflow/tensorflow/core/kernels/
Dfingerprint_op_test.cc234 TEST(FingerprintOpShapeFnTest, InvalidMethod) { in TEST() argument